From: Eduardo Enrique Davila Serrano Date: Wed, 28 Sep 2022 22:22:35 +0000 (+0200) Subject: vtk9itk5wx3-macos X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=sidebyside;h=1c3bc8de4d0e9b492f95c5d8c468881a80f420da;hp=-c;p=crea.git vtk9itk5wx3-macos --- 1c3bc8de4d0e9b492f95c5d8c468881a80f420da diff --git a/cmake/CREAMacro_FindAndUseLibraries.cmake b/cmake/CREAMacro_FindAndUseLibraries.cmake index 5beda1a..09d3d77 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-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) + 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)