We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b10e64 commit 3088951Copy full SHA for 3088951
core/base/TTKBaseConfig.cmake.in
@@ -43,5 +43,9 @@ if (@TTK_ENABLE_CGAL@ AND @CGAL_FOUND@)
43
find_dependency(CGAL REQUIRED)
44
endif()
45
46
+if (@TTK_ENABLE_EIGEN@ AND @Eigen3_FOUND@)
47
+ find_dependency(Eigen3 REQUIRED)
48
+endif()
49
+
50
# Include the actual targets for TTK Base
51
include("${CMAKE_CURRENT_LIST_DIR}/TTKBaseTargets.cmake")
0 commit comments