1
0
Fork 0
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:
Andrej Prochazka 2019-05-12 20:18:00 +02:00 committed by GitHub
parent 54d57c2b73
commit 4d10b1921f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)