Skip to content

Commit

Permalink
Update CMakeLists for simple compile
Browse files Browse the repository at this point in the history
  • Loading branch information
alpylmz committed Feb 23, 2024
1 parent 0caf0ca commit 3eaaf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ENDIF()
# --- OPTIONS ----------------------------------------
OPTION(BUILD_BENCHMARK "Build the benchmarks" OFF)
OPTION(BUILD_UTILS "Build the utils" OFF)
OPTION(BUILD_PYTHON_INTERFACE "Build the Python bindings" ON)
OPTION(BUILD_PYTHON_INTERFACE "Build the Python bindings" OFF)
option(GENERATE_PYTHON_STUBS "Generate the Python stubs associated to the Python library" OFF)
OPTION(BUILD_WITH_COMMIT_VERSION "Build libraries by setting specific commit version" OFF)

Expand Down

0 comments on commit 3eaaf5f

Please sign in to comment.