mirror of
https://github.com/gwm17/catima.git
synced 2025-02-17 01:48:50 -05:00
Update CMakeLists.txt
This commit is contained in:
parent
54d57c2b73
commit
4d10b1921f
|
@ -3,7 +3,7 @@ project(catima)
|
||||||
|
|
||||||
############ options #############
|
############ options #############
|
||||||
option(BUILD_SHARED_LIBS "build as shared library" ON)
|
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(TESTS "build tests" OFF)
|
||||||
option(EXAMPLES "build examples" ON)
|
option(EXAMPLES "build examples" ON)
|
||||||
option(APPS "build catima applications" ON)
|
option(APPS "build catima applications" ON)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user