mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 18:28:51 -05:00
Update CMakeLists.txt
This commit is contained in:
parent
54d57c2b73
commit
4d10b1921f
|
@ -3,7 +3,7 @@ project(catima)
|
|||
|
||||
############ options #############
|
||||
option(BUILD_SHARED_LIBS "build as shared library" ON)
|
||||
option(PYTHON_MODULE "compile the Catima python module(requires numpy and cython installed)" ON)
|
||||
option(PYTHON_MODULE "compile the Catima python module(requires numpy and cython installed)" OFF)
|
||||
option(TESTS "build tests" OFF)
|
||||
option(EXAMPLES "build examples" ON)
|
||||
option(APPS "build catima applications" ON)
|
||||
|
|
Loading…
Reference in New Issue
Block a user