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

Commit 119fc4d

Browse files
RafaelPalomargithub-actions[bot]
authored andcommitted
COMP: Find Eigen (required)
1 parent 5b1105a commit 119fc4d

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
@@ -880,6 +880,11 @@ if(NOT TARGET ${VTK_GUI_SUPPORT_QT_TARGET_NAME})
880880
endif()
881881
set(VTK_RENDERING_BACKEND "${Slicer_VTK_RENDERING_BACKEND}")
882882

883+
#-----------------------------------------------------------------------------
884+
# Eigen
885+
#-----------------------------------------------------------------------------
886+
find_package(Eigen3 3.3 REQUIRED CONFIG)
887+
883888
#-----------------------------------------------------------------------------
884889
# CTK
885890
#-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)