Skip to content

Commit 4dc452e

Browse files
authored
Add Eigen3 to the public dependencies of the CMake config file
1 parent bdeb794 commit 4dc452e

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
@@ -77,7 +77,7 @@ install_basic_package_files(${PROJECT_NAME}
7777
NO_SET_AND_CHECK_MACRO
7878
VARS_PREFIX ${PROJECT_NAME}
7979
NO_CHECK_REQUIRED_COMPONENTS_MACRO
80-
DEPENDENCIES Threads)
80+
DEPENDENCIES Eigen3 Threads)
8181

8282
# Add the uninstall target
8383
include(AddUninstallTarget)

0 commit comments

Comments
 (0)