diff Resources/CMake/OrthancFrameworkConfiguration.cmake @ 3241:32596919d729

first compilation combining ICU and LSB
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Feb 2019 00:31:35 +0100
parents 4b9cfd92d1ae
children 95b0536be2c3
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkConfiguration.cmake	Fri Feb 15 17:26:45 2019 +0100
+++ b/Resources/CMake/OrthancFrameworkConfiguration.cmake	Sat Feb 16 00:31:35 2019 +0100
@@ -387,7 +387,8 @@
     # is shipped with the stdlib
     unset(BOOST_LOCALE_BACKEND CACHE)
   else()
-    if (BOOST_LOCALE_BACKEND STREQUAL "iconv")
+    if (BOOST_LOCALE_BACKEND STREQUAL "gcc")
+    elseif (BOOST_LOCALE_BACKEND STREQUAL "libiconv")
       include(${CMAKE_CURRENT_LIST_DIR}/LibIconvConfiguration.cmake)
     elseif (BOOST_LOCALE_BACKEND STREQUAL "icu")
       include(${CMAKE_CURRENT_LIST_DIR}/LibIcuConfiguration.cmake)