Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 576bc58

Browse files
committed
COMP: Find Eigen (required)
1 parent 49c2544 commit 576bc58

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)