Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libmtime
Merge requests
!86
Draft: Drop Autotools
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Drop Autotools
drop-autotools
into
master
Overview
0
Commits
4
Pipelines
2
Changes
1
Open
Sergey Kosukhin
requested to merge
drop-autotools
into
master
3 weeks ago
Overview
0
Commits
4
Pipelines
2
Changes
1
Expand
This removes the Autotools build system.
0
0
Merge request reports
Viewing commit
9853dc24
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9853dc24
cmake: disable the tests by default
· 9853dc24
Sergey Kosukhin
authored
3 weeks ago
CMakeLists.txt
+
1
−
1
Options
@@ -12,7 +12,7 @@ project(
)
option
(
BUILD_SHARED_LIBS
"Build shared libraries"
ON
)
option
(
BUILD_TESTING
"Build tests"
O
N
)
option
(
BUILD_TESTING
"Build tests"
O
FF
)
option
(
MTIME_ENABLE_PYTHON
"Enable the Python interface"
OFF
)
option
(
MTIME_BUILD_DOCS
"Build documentation"
OFF
)
Loading