From: Eduardo Enrique Davila Serrano Date: Tue, 27 Sep 2022 08:46:33 +0000 (+0200) Subject: #3392 vtk9itk5wx3-macos X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=32cf249030f4b167f85663503920b29874beda9f;p=crea.git #3392 vtk9itk5wx3-macos --- diff --git a/cmake/CREAMacro_FindAndUseLibraries.cmake b/cmake/CREAMacro_FindAndUseLibraries.cmake index 96cf5ec..5beda1a 100644 --- a/cmake/CREAMacro_FindAndUseLibraries.cmake +++ b/cmake/CREAMacro_FindAndUseLibraries.cmake @@ -388,7 +388,7 @@ IF(USE_BOOST) 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-mgw73-mt-x64-1_69 system-mgw73-mt-x64-1_69 date_time-mgw73-mt-x64-1_69 thread-mgw73-mt-x64-1_69 regex-mgw73-mt-x64-1_69 program_options-mgw73-mt-x64-1_69 REQUIRED) + FIND_PACKAGE(Boost COMPONENTS filesystem-mgw122-mt-x64-1_69 system-mgw122-mt-x64-1_69 date_time-mgw122-mt-x64-1_69 thread-mgw122-mt-x64-1_69 regex-mgw122-mt-x64-1_69 program_options-mgw122-mt-x64-1_69 REQUIRED) ENDIF(APPLE) ELSE (MINGW) # FIND_PACKAGE(Boost COMPONENTS filesystem system signals date_time thread regex program_options REQUIRED)