]> Creatis software - crea.git/commitdiff
vtk9itk5wx3-macos
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Sun, 24 Jul 2022 08:07:27 +0000 (10:07 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Sun, 24 Jul 2022 08:07:27 +0000 (10:07 +0200)
cmake/CREAMacro_FindAndUseLibraries.cmake
src/creaVtk_MACROS.h

index 36d0a5371b3fd95c3abc17c66a8e1cf3e8885521..e5976cd3a823da0f8fc19be0049044f760fc04d4 100644 (file)
@@ -335,7 +335,9 @@ IF(USE_BOOST)
                ENDIF(APPLE)
        ELSE (MINGW)
 #              FIND_PACKAGE(Boost COMPONENTS filesystem system signals date_time thread regex program_options REQUIRED)
                ENDIF(APPLE)
        ELSE (MINGW)
 #              FIND_PACKAGE(Boost COMPONENTS filesystem system signals date_time thread regex program_options REQUIRED)
-               FIND_PACKAGE(Boost COMPONENTS filesystem system  date_time thread regex program_options REQUIRED)
+#EED 2022-07-23
+#              FIND_PACKAGE(Boost COMPONENTS filesystem system  date_time thread regex program_options REQUIRED)
+               FIND_PACKAGE(Boost COMPONENTS filesystem system  date_time  regex program_options REQUIRED)
        ENDIF(MINGW)
     IF(Boost_FOUND) 
          ADD_DEFINITIONS(-DBOOST_FILESYSTEM_VERSION=3)
        ENDIF(MINGW)
     IF(Boost_FOUND) 
          ADD_DEFINITIONS(-DBOOST_FILESYSTEM_VERSION=3)
index fd3ceeb9941c1d1e090cc9be0cdf0c21f6d2971f..57fb09aa710caa89ba5421621a37e0e85b622b21 100644 (file)
@@ -31,6 +31,7 @@
 
 #ifdef USE_VTK
 
 
 #ifdef USE_VTK
 
+#include <vtkVersionMacros.h>
 
 namespace crea
 {
 
 namespace crea
 {