mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-23 03:57:57 +02:00
move static numpy functions to another header
- use env variables - change warnings back to ON
This commit is contained in:
@ -17,7 +17,7 @@ include(FetchContent)
|
||||
include(cmake/helpers.cmake)
|
||||
default_build_type("Release")
|
||||
|
||||
option(AARE_USE_WARNINGS "Eable warnings" OFF)
|
||||
option(AARE_USE_WARNINGS "Eable warnings" ON)
|
||||
option(AARE_PYTHON_BINDINGS "Build python bindings" ON)
|
||||
option(AARE_TESTS "Build tests" ON)
|
||||
option(AARE_EXAMPLES "Build examples" ON)
|
||||
@ -86,4 +86,6 @@ target_link_libraries(example PUBLIC aare)
|
||||
|
||||
if(AARE_PYTHON_BINDINGS)
|
||||
add_subdirectory(python)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(ENV{PROJECT_ROOT_DIR} ${PROJECT_SOURCE_DIR})
|
||||
|
Reference in New Issue
Block a user