Skip to content

Commit 0bc7c63

Browse files
author
brdav
committed
fix comment
1 parent 229e10e commit 0bc7c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ add_library(ppca STATIC
3232
${CMAKE_CURRENT_SOURCE_DIR}/utils.cpp
3333
)
3434

35-
# Tell the compiler to use header-only mode
35+
# Ignore Armadillo's wrapper and use the linked BLAS/LAPACK
3636
target_compile_definitions(ppca PUBLIC ARMA_DONT_USE_WRAPPER)
37-
target_include_directories(ppca PUBLIC
37+
target_include_directories(ppca PUBLIC
3838
${CMAKE_CURRENT_SOURCE_DIR}
3939
${armadillo_vendored_SOURCE_DIR}/include
4040
)

0 commit comments

Comments
 (0)