Skip to content
Snippets Groups Projects
Commit 9853dc24 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

cmake: disable the tests by default

parent 463d720d
Branches drop-autotools
No related tags found
1 merge request!86Draft: Drop Autotools
Pipeline #100674 passed
......@@ -12,7 +12,7 @@ project(
)
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
option(BUILD_TESTING "Build tests" ON)
option(BUILD_TESTING "Build tests" OFF)
option(MTIME_ENABLE_PYTHON "Enable the Python interface" OFF)
option(MTIME_BUILD_DOCS "Build documentation" OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment