comparison 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
comparison
equal deleted inserted replaced
3240:e44e0127e553 3241:32596919d729
385 if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten") 385 if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
386 # In WebAssembly or asm.js, we rely on the version of iconv that 386 # In WebAssembly or asm.js, we rely on the version of iconv that
387 # is shipped with the stdlib 387 # is shipped with the stdlib
388 unset(BOOST_LOCALE_BACKEND CACHE) 388 unset(BOOST_LOCALE_BACKEND CACHE)
389 else() 389 else()
390 if (BOOST_LOCALE_BACKEND STREQUAL "iconv") 390 if (BOOST_LOCALE_BACKEND STREQUAL "gcc")
391 elseif (BOOST_LOCALE_BACKEND STREQUAL "libiconv")
391 include(${CMAKE_CURRENT_LIST_DIR}/LibIconvConfiguration.cmake) 392 include(${CMAKE_CURRENT_LIST_DIR}/LibIconvConfiguration.cmake)
392 elseif (BOOST_LOCALE_BACKEND STREQUAL "icu") 393 elseif (BOOST_LOCALE_BACKEND STREQUAL "icu")
393 include(${CMAKE_CURRENT_LIST_DIR}/LibIcuConfiguration.cmake) 394 include(${CMAKE_CURRENT_LIST_DIR}/LibIcuConfiguration.cmake)
394 elseif (BOOST_LOCALE_BACKEND STREQUAL "wconv") 395 elseif (BOOST_LOCALE_BACKEND STREQUAL "wconv")
395 message("Using Microsoft Window's wconv") 396 message("Using Microsoft Window's wconv")