]> Creatis software - creaRigidRegistration.git/blobdiff - CMakeLists.txt
*** empty log message ***
[creaRigidRegistration.git] / CMakeLists.txt
index 8623c5cb54405aeac04090aa70ba7852260ae99e..c81b8a93bf4d590b7d7057c5c77da5f0e98514bb 100644 (file)
@@ -29,6 +29,14 @@ IF (crea_FOUND)
 ENDIF(crea_FOUND)
 #==================================
 
+#==================================
+# Find creaMaracasVisu (to use the lib)
+#FIND_PACKAGE(creaMaracasVisu REQUIRED)
+#IF (creaMaracasVisu_FOUND)
+  #INCLUDE(${creaMaracasVisu_USE_FILE})
+#ENDIF(creaMaracasVisu_FOUND)
+#==================================
+
 #==================================
 # Do not allow to build inside the source tree
 CREA_PREVENT_IN_SOURCE_BUILD()