From ffeda4e6e4826c5d2e36bd7ce111234559a41e27 Mon Sep 17 00:00:00 2001 From: Jan Schnathmeier <schnathmeier@vr.rwth-aachen.de> Date: Tue, 25 Jun 2019 15:08:30 +0200 Subject: [PATCH] Enable python bindings by default #42 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c09fb6..35778df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" OFF) +option(WITH_PYTHON_BINDINGS "Create python bindings for the library" ON) if (NOT ENABLE_TESTS) message(STATUS "ENABLE_TESTS was set to `OFF` cmake will skip the creation of all tests") -- GitLab