]> Creatis software - crea.git/blobdiff - cmake/CREAMacro_FindAndUseLibraries.cmake
remove spurious MESSAGE
[crea.git] / cmake / CREAMacro_FindAndUseLibraries.cmake
index 09fa8b0115c7560b018d3cf1703fa7c9ff8517aa..e678ebcf3ec4b1aca0d46c976e1a0c6e9868a52a 100644 (file)
@@ -41,7 +41,7 @@ IF(USE_QT4)
         
       CREA_DEFINE( USE_QT )
     #    SET(QT_LIBRARIES
-    #      ${QT_LIBRARIES}
+    #         ${QT_LIBRARIES}
     #      ) 
     #  MARK_AS_ADVANCED(Qt4_DIR)
    ENDIF(QT_FOUND)
@@ -198,13 +198,13 @@ IF(USE_GDCM2)
        IF(USE_VTK)
                IF(WIN32)
                  SET(GDCM_LIBRARIES
-                   ${GDCM_LIBRARIES}
+                       ${GDCM_LIBRARIES}
                        vtkgdcm
                        #gdcm2vtk
                     )
                ELSE(WIN32)
                    SET(GDCM_LIBRARIES
-                   ${GDCM_LIBRARIES}
+                       ${GDCM_LIBRARIES}
                        vtkgdcm
                        )
                ENDIF(WIN32)
@@ -212,11 +212,8 @@ IF(USE_GDCM2)
        ENDIF(USE_VTK)
       ENDIF(USE_GDCM_VTK)
      
-
 ENDIF(USE_GDCM2)
 
-
-
 #-----------------------------------------------------------------------------
 
 #-----------------------------------------------------------------------------
@@ -279,19 +276,14 @@ ENDIF(USE_TTH)
 #-----------------------------------------------------------------------------
 #-----------------------------------------------------------------------------
 IF(USE_BOOST)
-message(STATUS "1")
   IF(NOT Boost_FOUND)
       FIND_PACKAGE(Boost COMPONENTS filesystem  signals date_time regex REQUIRED)
     IF(Boost_FOUND)
-       message(STATUS "1 bis")
       MESSAGE ( STATUS "=======================================")
       MESSAGE ( STATUS "Looking for boost C++ library... - found in ${Boost_INCLUDE_DIR}")
       INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})        
                        LINK_DIRECTORIES( ${Boost_LIBRARY_DIRS}) 
          IF(WIN32)
-         message("creamacro find and use lib = ${Boost_LIBRARIES}")
-       
-
                CREA_DEFINE( USE_BOOST )
                
                SET(BOOST_LIBRARIES
@@ -332,11 +324,9 @@ message(STATUS "1")
          MARK_AS_ADVANCED(Boost_LIBRARY_DIRS)
      
     ELSE(Boost_FOUND)
-       message(STATUS "2")
-      MESSAGE( "boost C++ library not found - Set Boost_INCLUDE_DIR to the directory containing boost headers")
+      MESSAGE( STATUS "boost C++ library not found - Set Boost_INCLUDE_DIR to the directory containing boost headers")
     ENDIF(Boost_FOUND)
   ENDIF(NOT Boost_FOUND)
-  message("${Boost_FOUND}")
  
 
 ENDIF(USE_BOOST)