diff --git a/CMakeLists.txt b/CMakeLists.txt index 3785940ac..65fe38e73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -641,7 +641,7 @@ if(NOT ARMADILLO_FOUND) < set(ARMA_USE_WRAPPER true ) --- > set(ARMA_USE_WRAPPER false) -318c318 +310c310 < add_library( armadillo SHARED \${PROJECT_SOURCE_DIR}/src/wrapper.cpp ) --- > add_library( armadillo STATIC \${PROJECT_SOURCE_DIR}/src/wrapper.cpp )