Skip to content
Snippets Groups Projects
Commit 8772c48f authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Update CMakeLists.txt

parent ffeda4e6
No related branches found
No related tags found
1 merge request!28Feature/#42 update pynesci bindings
Pipeline #165109 passed
......@@ -36,7 +36,7 @@ find_package(Conduit REQUIRED)
option(ENABLE_TESTS "Enable testing to ensure contra is working correctly" ON)
option(ENABLE_DEVELOPER_TESTS "Enable cppcheck and cpplint tests, only interesting for developers" OFF)
option(WITH_PYTHON_BINDINGS "Create python bindings for the library" ON)
option(WITH_PYTHON_BINDINGS "Create python bindings for the library" OFF)
if (NOT ENABLE_TESTS)
message(STATUS "ENABLE_TESTS was set to `OFF` cmake will skip the creation of all tests")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment