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 9600166 commit 1e4a7c7Copy full SHA for 1e4a7c7
CMakeLists.txt
@@ -43,7 +43,7 @@ COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
43
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
44
45
# Project dependencies
46
-ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.2.92")
+ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED)
47
FIND_PACKAGE(Boost REQUIRED COMPONENTS unit_test_framework)
48
49
# Main Library
0 commit comments