From: Eduardo DAVILA Date: Tue, 19 May 2020 16:04:01 +0000 (+0200) Subject: #3374 creaBug New Normal - vtk8itk5wx3-mingw64 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=fdf9dec759b0aacd36194286d2816e9feafd72ad;p=crea.git #3374 creaBug New Normal - vtk8itk5wx3-mingw64 --- diff --git a/cmake/CREAMacro_FindAndUseLibraries.cmake b/cmake/CREAMacro_FindAndUseLibraries.cmake index 6dfc5ba..c942858 100644 --- a/cmake/CREAMacro_FindAndUseLibraries.cmake +++ b/cmake/CREAMacro_FindAndUseLibraries.cmake @@ -327,6 +327,7 @@ IF(USE_BOOST) add_definitions( -DBOOST_ALL_DYN_LINK ) IF (MINGW) ## FIND_PACKAGE(Boost COMPONENTS filesystem-mgw71 system-mgw71 signals-mgw71 date_time-mgw71 thread-mgw71 regex-mgw71 program_options-mgw71 REQUIRED) + 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) ELSE (MINGW) # FIND_PACKAGE(Boost COMPONENTS filesystem system signals date_time thread regex program_options REQUIRED)