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.
2 parents 2c527f2 + 892b36d commit 3973bf0Copy full SHA for 3973bf0
CMakeLists.txt
@@ -368,7 +368,11 @@ function(create_library)
368
if(BUILD_WITH_OPENMP_SUPPORT)
369
target_link_libraries(${PROJECT_NAME} PUBLIC OpenMP::OpenMP_CXX)
370
endif()
371
- target_link_libraries(${PROJECT_NAME} PUBLIC fmt::fmt PRIVATE mimalloc)
+ target_link_libraries(
372
+ ${PROJECT_NAME}
373
+ PUBLIC Eigen3::Eigen fmt::fmt
374
+ PRIVATE mimalloc
375
+ )
376
# set the install-tree include dirs used by dependent projects to consume this
377
# target
378
target_include_directories(
0 commit comments