We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dc2af commit ae6e061Copy full SHA for ae6e061
CMakeLists.txt
@@ -860,6 +860,11 @@ if(NOT TARGET ${VTK_GUI_SUPPORT_QT_TARGET_NAME})
860
endif()
861
set(VTK_RENDERING_BACKEND "${Slicer_VTK_RENDERING_BACKEND}")
862
863
+#-----------------------------------------------------------------------------
864
+# Eigen
865
866
+find_package(Eigen3 3.3 REQUIRED CONFIG)
867
+
868
#-----------------------------------------------------------------------------
869
# CTK
870
0 commit comments