]> Creatis software - creaMaracasVisu.git/blobdiff - appli/BasicViewer/CMakeLists.txt
*** empty log message ***
[creaMaracasVisu.git] / appli / BasicViewer / CMakeLists.txt
index bc696e6d25a343e3fb14b409cca2fd13f3591313..5431e3dbd5ec1426c8b4bd929fd0532dd7d8eb45 100644 (file)
@@ -26,10 +26,10 @@ IF (crea_FOUND)
   INCLUDE(${crea_USE_FILE})
 ENDIF(crea_FOUND)
 
-FIND_PACKAGE(creaMaracasVisu REQUIRED)
-IF (creaMaracasVisu_FOUND)
-  INCLUDE(${creaMaracasVisu_USE_FILE})
-ENDIF(creaMaracasVisu_FOUND)
+#FIND_PACKAGE(creaMaracasVisu REQUIRED)
+#IF (creaMaracasVisu_FOUND)
+#  INCLUDE(${creaMaracasVisu_USE_FILE})
+#ENDIF(creaMaracasVisu_FOUND)
 
 FIND_PACKAGE(BBTK REQUIRED)
 IF (BBTK_FOUND)
@@ -45,7 +45,7 @@ ENDIF(BBTK_FOUND)
 
 MESSAGE ("::::::::::::::::::::THIS IS THE PATH OF VTK = ${VTK_LIBRARIES}")
 MESSAGE ("::::::::::::::::::::THIS IS THE PATH OF CREA = ${crea_LIBRARIES}")
-MESSAGE ("::::::::::::::::::::THIS IS THE PATH OF CREA = ${creaMaracasVisu_LIBRARIES}")
+MESSAGE ("::::::::::::::::::::THIS IS THE PATH OF CREAMARACASVISU = ${creaMaracasVisu_LIBRARIES}")
 SET ( ${EXE_NAME}_LINK_LIBRARIES
       ${crea_LIBRARIES}
       ${WXWIDGETS_LIBRARIES}
@@ -54,8 +54,8 @@ SET ( ${EXE_NAME}_LINK_LIBRARIES
   #    ${ITK_LIBRARIES}
       ${GDCM_LIBRARIES}
       ${BOOST_LIBRARIES}
-    BBTK
#   creaMaracasVisu
+ #    BBTK
    creaMaracasVisu
   
   # USER! : Add here those agmonst the various (?) PROJECT LIBRARIES
   # you need for the current executable