Skip to content
Snippets Groups Projects
Commit 51707f2f authored by Gabriele Buondonno's avatar Gabriele Buondonno
Browse files

[CMakeLists] Set BUILD_PYTHON_INTERFACE to ON by default

parent cb8b6479
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ IF(APPLE)
endif("${isSystemDir}" STREQUAL "-1")
ENDIF(APPLE)
OPTION(BUILD_PYTHON_INTERFACE OFF)
OPTION(BUILD_PYTHON_INTERFACE "Build the python bindings" ON)
# Tell CMake that we compute the PROJECT_VERSION manually.
CMAKE_POLICY(SET CMP0048 OLD)
......
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