Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
51707f2f
Commit
51707f2f
authored
Nov 01, 2019
by
Gabriele Buondonno
Browse files
[CMakeLists] Set BUILD_PYTHON_INTERFACE to ON by default
parent
cb8b6479
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
51707f2f
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment