We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26b123 commit 14ba557Copy full SHA for 14ba557
dlib/CMakeLists.txt
@@ -622,7 +622,7 @@ if (NOT TARGET dlib)
622
623
if (DLIB_USE_LAPACK)
624
if (lapack_found)
625
- list (APPEND dlib_needed_private_libraries ${lapack_libraries})
+ list (APPEND dlib_needed_public_libraries ${lapack_libraries})
626
if (lapack_with_underscore)
627
set(LAPACK_FORCE_UNDERSCORE 1)
628
enable_preprocessor_switch(LAPACK_FORCE_UNDERSCORE)
0 commit comments