Skip to content

Commit 3088951

Browse files
committed
find_dependency
1 parent 4b10e64 commit 3088951

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/base/TTKBaseConfig.cmake.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,9 @@ if (@TTK_ENABLE_CGAL@ AND @CGAL_FOUND@)
4343
find_dependency(CGAL REQUIRED)
4444
endif()
4545

46+
if (@TTK_ENABLE_EIGEN@ AND @Eigen3_FOUND@)
47+
find_dependency(Eigen3 REQUIRED)
48+
endif()
49+
4650
# Include the actual targets for TTK Base
4751
include("${CMAKE_CURRENT_LIST_DIR}/TTKBaseTargets.cmake")

0 commit comments

Comments
 (0)