We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229e10e commit 0bc7c63Copy full SHA for 0bc7c63
src/cpp/CMakeLists.txt
@@ -32,9 +32,9 @@ add_library(ppca STATIC
32
${CMAKE_CURRENT_SOURCE_DIR}/utils.cpp
33
)
34
35
-# Tell the compiler to use header-only mode
+# Ignore Armadillo's wrapper and use the linked BLAS/LAPACK
36
target_compile_definitions(ppca PUBLIC ARMA_DONT_USE_WRAPPER)
37
-target_include_directories(ppca PUBLIC
+target_include_directories(ppca PUBLIC
38
${CMAKE_CURRENT_SOURCE_DIR}
39
${armadillo_vendored_SOURCE_DIR}/include
40
0 commit comments