Skip to content

Commit

Permalink
suggestion from @clemens-fricke: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Jun 20, 2024
1 parent 3fcce62 commit 33b3b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)

endif()

# options - default is header only
option(FUNI_BUILD_PYTHON "build python" ON)
# options - default is to build python module together
option(FUNI_BUILD_PYTHON "build python module" ON)

# config
set(exe_dest "bin")
Expand Down

0 comments on commit 33b3b52

Please sign in to comment.