diff OrthancFramework/Resources/CMake/BoostConfiguration.cmake @ 4185:b289a1234822

giving a try to cross-platform compilation of SyncStorageArea
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 14 Sep 2020 18:09:30 +0200
parents 304842a0d152
children e99d1ad11cfe
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/BoostConfiguration.cmake	Sat Sep 12 16:03:48 2020 +0200
+++ b/OrthancFramework/Resources/CMake/BoostConfiguration.cmake	Mon Sep 14 18:09:30 2020 +0200
@@ -31,7 +31,7 @@
     list(APPEND ORTHANC_BOOST_COMPONENTS locale)
   endif()
 
-  list(APPEND ORTHANC_BOOST_COMPONENTS filesystem thread system date_time regex)
+  list(APPEND ORTHANC_BOOST_COMPONENTS filesystem thread system date_time regex iostreams)
   find_package(Boost COMPONENTS ${ORTHANC_BOOST_COMPONENTS})
 
   if (NOT Boost_FOUND)