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

Default BUILD_PYTHON_INTERFACE to ON

parent ec065956
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ include(cmake/ide.cmake) ...@@ -63,7 +63,7 @@ include(cmake/ide.cmake)
# If needed, fix CMake policy for APPLE systems # If needed, fix CMake policy for APPLE systems
APPLY_DEFAULT_APPLE_CONFIGURATION() APPLY_DEFAULT_APPLE_CONFIGURATION()
OPTION(BUILD_PYTHON_INTERFACE "Build the python bindings" OFF) OPTION(BUILD_PYTHON_INTERFACE "Build the python bindings" ON)
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX) COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS}) PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
......
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