]> Creatis software - crea.git/commitdiff
no message
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sat, 6 Mar 2010 11:50:18 +0000 (11:50 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sat, 6 Mar 2010 11:50:18 +0000 (11:50 +0000)
cmake/CREAMacro_FindAndUseLibraries.cmake

index 9fbe4e6ab435df26622c656cd4634a9d9b7b47d3..acd6c615a266a9b704e4138bee469dffb3b7a2a9 100644 (file)
@@ -279,11 +279,6 @@ IF(USE_BOOST)
          IF(WIN32)
                
                LINK_DIRECTORIES( ${Boost_INCLUDE_DIRS}/stage/lib) #JCP 01/10/2009
-               #LINK_DIRECTORIES( ${Boost_LIBRARY_DIRS})
-               #MESSAGE ("EED " ${Boost_LIBRARY_DIRS})
-               #libboost_signals-vc71-mt-1_37
-               #libboost_filesystem-vc71-mt-1_37
-               #boost_date_time-vc71-mt-1_37
 
                #message("creamacro find and use lib = ${Boost_SIGNALS_LIBRARY}")
                IF(USE_DEBUG_LIB)
@@ -302,16 +297,6 @@ IF(USE_BOOST)
                ENDIF(USE_DEBUG_LIB)
          ENDIF(WIN32)
       IF(NOT WIN32)
-       IF(APPLE)
-                 SET(BOOST_LIBRARIES
-                       boost_signals
-                       boost_filesystem
-                       boost_date_time
-                       boost_program_options
-                       boost_regex
-                       boost_thread
-                       )
-       ELSE(NOT APPLE)
                  SET(BOOST_LIBRARIES
                        boost_signals-mt
                        boost_filesystem-mt
@@ -321,7 +306,6 @@ IF(USE_BOOST)
                        boost_regex-mt
                        boost_thread-mt     
                        )
-       ENDIF(APPLE)    
       ENDIF(NOT WIN32)
 
       MARK_AS_ADVANCED(Boost_INCLUDE_DIR)