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 0626956 commit 628c09fCopy full SHA for 628c09f
CMakeLists.txt
@@ -40,7 +40,7 @@ COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
40
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
41
42
# Project dependencies
43
-ADD_PROJECT_DEPENDENCY(Eigen3 3.2.92 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.2.92")
+ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.2.92")
44
SET(BOOST_COMPONENTS unit_test_framework)
45
SEARCH_FOR_BOOST()
46
0 commit comments