]> Creatis software - FrontAlgorithms.git/blobdiff - CMakeLists.txt
...
[FrontAlgorithms.git] / CMakeLists.txt
index 3e9783b4945d0d66b65d5cc1db9657158424e1fa..b11c77cfe0293f6002d4837e1df9d860b351d492 100644 (file)
@@ -103,6 +103,9 @@ if(ITKVtkGlue_LOADED)
   include(${VTK_USE_FILE})
 endif(ITKVtkGlue_LOADED)
 
+find_package(Eigen3 CONFIG REQUIRED)
+include(${EIGEN3_USE_FILE})
+
 ## =========================
 ## == Installation values ==
 ## =========================