mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 18:28:51 -05:00
Change default behavior to static library
This commit is contained in:
parent
b88f5149b8
commit
99471cfc0c
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
|
||||||
project(catima)
|
project(catima)
|
||||||
|
|
||||||
############ options #############
|
############ options #############
|
||||||
option(BUILD_SHARED_LIBS "build as shared library" ON)
|
option(BUILD_SHARED_LIBS "build as shared library" OFF)
|
||||||
option(PYTHON_MODULE "compile the Catima python module(requires numpy and cython installed)" OFF)
|
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" OFF)
|
option(EXAMPLES "build examples" OFF)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user