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

Commit 4dd3213

Browse files
committed
COMP: Find Eigen (required)
1 parent 6125107 commit 4dd3213

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
@@ -864,6 +864,11 @@ if(NOT TARGET ${VTK_GUI_SUPPORT_QT_TARGET_NAME})
864864
endif()
865865
set(VTK_RENDERING_BACKEND "${Slicer_VTK_RENDERING_BACKEND}")
866866

867+
#-----------------------------------------------------------------------------
868+
# Eigen
869+
#-----------------------------------------------------------------------------
870+
find_package(Eigen3 3.3 REQUIRED CONFIG)
871+
867872
#-----------------------------------------------------------------------------
868873
# CTK
869874
#-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)