]> Creatis software - crea.git/commitdiff
#3400 boost 1.69 to 1.76 windows
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Sat, 23 May 2026 09:16:57 +0000 (11:16 +0200)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Sat, 23 May 2026 09:16:57 +0000 (11:16 +0200)
cmake/CREAMacro_FindAndUseLibraries.cmake

index 318d3feffb22e2131f44c35b2d337cc2a709ba4b..69d5d655591df706031c6e618dbc40c37c90b25e 100644 (file)
@@ -394,11 +394,11 @@ IF(USE_BOOST)
        add_definitions( -DBOOST_ALL_NO_LIB )
        add_definitions( -DBOOST_ALL_DYN_LINK )
        IF (MINGW)
-               IF(APPLE)
+#              IF(APPLE)
                        FIND_PACKAGE(Boost COMPONENTS filesystem-mgw71 system-mgw71 signals-mgw71 date_time-mgw71 thread-mgw71 regex-mgw71 program_options-mgw71 REQUIRED)
-               ELSE(APPLE)
-                       set( Boost_INCLUDE_DIR $ENV{BOOST_ROOT}/include/boost-1_69)
-                       FIND_PACKAGE(Boost COMPONENTS filesystem-mgw85-mt-x64-1_69  system-mgw85-mt-x64-1_69  date_time-mgw85-mt-x64-1_69 thread-mgw85-mt-x64-1_69 regex-mgw85-mt-x64-1_69 program_options-mgw85-mt-x64-1_69  REQUIRED)
+#              ELSE(APPLE)
+#                      set( Boost_INCLUDE_DIR $ENV{BOOST_ROOT}/include/boost-1_69)
+#                      FIND_PACKAGE(Boost COMPONENTS filesystem-mgw85-mt-x64-1_69  system-mgw85-mt-x64-1_69  date_time-mgw85-mt-x64-1_69 thread-mgw85-mt-x64-1_69 regex-mgw85-mt-x64-1_69 program_options-mgw85-mt-x64-1_69  REQUIRED)
                ENDIF(APPLE)
        ELSE (MINGW)
 #              FIND_PACKAGE(Boost COMPONENTS filesystem system signals date_time thread regex program_options REQUIRED)