CMake: Explicit STATIC libs

This commit is contained in:
Julien Schueller
2025-09-22 18:32:36 +00:00
committed by Antonio Sánchez
parent 14477c5d43
commit 6ef18340a1
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ endif()
set(EIGEN_LAPACK_TARGETS "")
add_library(eigen_lapack_static ${EigenLapack_SRCS} ${ReferenceLapack_SRCS})
add_library(eigen_lapack_static STATIC ${EigenLapack_SRCS} ${ReferenceLapack_SRCS})
list(APPEND EIGEN_LAPACK_TARGETS eigen_lapack_static)
if (EIGEN_BUILD_SHARED_LIBS)