Skip to content

Commit

Permalink
CMake: Set LAPACK libs as public (#2923)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Mar 26, 2024
1 parent c26b123 commit 14ba557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ if (NOT TARGET dlib)

if (DLIB_USE_LAPACK)
if (lapack_found)
list (APPEND dlib_needed_private_libraries ${lapack_libraries})
list (APPEND dlib_needed_public_libraries ${lapack_libraries})
if (lapack_with_underscore)
set(LAPACK_FORCE_UNDERSCORE 1)
enable_preprocessor_switch(LAPACK_FORCE_UNDERSCORE)
Expand Down

0 comments on commit 14ba557

Please sign in to comment.