comparison 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
comparison
equal deleted inserted replaced
4184:dbd74fa2f446 4185:b289a1234822
29 29
30 if (ENABLE_LOCALE) 30 if (ENABLE_LOCALE)
31 list(APPEND ORTHANC_BOOST_COMPONENTS locale) 31 list(APPEND ORTHANC_BOOST_COMPONENTS locale)
32 endif() 32 endif()
33 33
34 list(APPEND ORTHANC_BOOST_COMPONENTS filesystem thread system date_time regex) 34 list(APPEND ORTHANC_BOOST_COMPONENTS filesystem thread system date_time regex iostreams)
35 find_package(Boost COMPONENTS ${ORTHANC_BOOST_COMPONENTS}) 35 find_package(Boost COMPONENTS ${ORTHANC_BOOST_COMPONENTS})
36 36
37 if (NOT Boost_FOUND) 37 if (NOT Boost_FOUND)
38 foreach (item ${ORTHANC_BOOST_COMPONENTS}) 38 foreach (item ${ORTHANC_BOOST_COMPONENTS})
39 string(TOUPPER ${item} tmp) 39 string(TOUPPER ${item} tmp)