Skip to content
Snippets Groups Projects
Commit 396b76f8 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] drop pkg-config

parent 761c39d2
No related branches found
No related tags found
No related merge requests found
Pipeline #13445 passed
...@@ -34,7 +34,7 @@ IF(BUILD_TESTING) ...@@ -34,7 +34,7 @@ IF(BUILD_TESTING)
FIND_PACKAGE(Boost REQUIRED COMPONENTS unit_test_framework) FIND_PACKAGE(Boost REQUIRED COMPONENTS unit_test_framework)
ENDIF() ENDIF()
ADD_PROJECT_DEPENDENCY(Boost REQUIRED COMPONENTS serialization system thread) ADD_PROJECT_DEPENDENCY(Boost REQUIRED COMPONENTS serialization system thread)
ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES eigen3) ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED)
SEARCH_FOR_PTHREAD() SEARCH_FOR_PTHREAD()
IF(Boost_VERSION GREATER 107299 OR Boost_VERSION_MACRO GREATER 107299) IF(Boost_VERSION GREATER 107299 OR Boost_VERSION_MACRO GREATER 107299)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment