Skip to content
Snippets Groups Projects
Commit f7025149 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

CMake: enable python bindings by default, fix #123

parent 3bec81de
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- fix use of np.random in tests
- tests: fix use of np.random in tests
- CMake: enable python bindings by default
## [1.4.0] - 2024-04-12
......
......@@ -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" OFF)
option(BUILD_PYTHON_INTERFACE "Build the python bindings" ON)
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