Skip to content
Snippets Groups Projects
Commit f85feed2 authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

Disable python by default

parent d18d5655
No related branches found
No related tags found
No related merge requests found
Pipeline #22005 passed
......@@ -7,7 +7,7 @@ set(PROJECT_DESCRIPTION "creatie and manipulate spline and bezier curves.")
set(PROJECT_URL "https://github.com/${PROJECT_ORG}/${PROJECT_NAME}")
# Project options
option(BUILD_PYTHON_INTERFACE "Build the python bindings" ON)
option(BUILD_PYTHON_INTERFACE "Build the python bindings" OFF)
option(INSTALL_PYTHON_INTERFACE_ONLY "Install *ONLY* the python bindings" OFF)
option(SUFFIX_SO_VERSION "Suffix library name with its version" ON)
......
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