]> Creatis software - crea.git/blobdiff - cmake/CREAMacro_FindAndUseLibraries.cmake
add boost_regex to link with.
[crea.git] / cmake / CREAMacro_FindAndUseLibraries.cmake
index 07a3eafce35a7699c1623140036443e5b2ff3999..8a159b3787b72f7957db5b72399eefff62e664aa 100644 (file)
@@ -274,6 +274,7 @@ IF(USE_BOOST)
            boost_filesystem
             boost_date_time
            boost_program_options
+           boost_regex
            )
        ELSE(NOT APPLE)
          SET(BOOST_LIBRARIES
@@ -282,6 +283,7 @@ IF(USE_BOOST)
            boost_date_time-mt
             boost_system-mt
            boost_program_options-mt
+           boost_regex-mt
            )
        ENDIF(NOT APPLE)
       ENDIF(NOT WIN32)