Skip to content

Commit ae6e061

Browse files
committed
COMP: Find Eigen (required)
1 parent 70dc2af commit ae6e061

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,11 @@ if(NOT TARGET ${VTK_GUI_SUPPORT_QT_TARGET_NAME})
860860
endif()
861861
set(VTK_RENDERING_BACKEND "${Slicer_VTK_RENDERING_BACKEND}")
862862

863+
#-----------------------------------------------------------------------------
864+
# Eigen
865+
#-----------------------------------------------------------------------------
866+
find_package(Eigen3 3.3 REQUIRED CONFIG)
867+
863868
#-----------------------------------------------------------------------------
864869
# CTK
865870
#-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)