]> Creatis software - crea.git/commitdiff
#3374 creaBug New Normal - vtk8itk5wx3-mingw64
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Tue, 19 May 2020 16:04:01 +0000 (18:04 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Tue, 19 May 2020 16:04:01 +0000 (18:04 +0200)
cmake/CREAMacro_FindAndUseLibraries.cmake

index 6dfc5ba4ccb5368efae36a7b94c81d2cfd84bac2..c9428581bdbd38a6998f9c82d6c490001959ae4e 100644 (file)
@@ -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)