read numpy file: works

This commit is contained in:
Bechir
2024-03-08 18:26:02 +01:00
parent 146d2aed19
commit 765bbdc295
14 changed files with 154 additions and 67 deletions

View File

@ -17,7 +17,7 @@ include(GNUInstallDirs)
include(FetchContent)
option(AARE_USE_WARNINGS "Eable warnings" ON)
option(AARE_USE_WARNINGS "Eable warnings" OFF)
option(AARE_PYTHON_BINDINGS "Build python bindings" ON)
option(AARE_TESTS "Build tests" ON)
option(AARE_EXAMPLES "Build examples" ON)