Skip to content

Commit 1e4a7c7

Browse files
committed
[CMake] drop pkg-config
1 parent 9600166 commit 1e4a7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
4343
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
4444

4545
# Project dependencies
46-
ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.2.92")
46+
ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED)
4747
FIND_PACKAGE(Boost REQUIRED COMPONENTS unit_test_framework)
4848

4949
# Main Library

0 commit comments

Comments
 (0)