changeset 196:b725fdd17caa

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Aug 2017 12:44:27 +0200
parents a299e9e67c3a
children bffd239887bf
files CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Aug 23 10:33:20 2017 +0200
+++ b/CMakeLists.txt	Wed Aug 23 12:44:27 2017 +0200
@@ -46,6 +46,7 @@
 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}/Orthanc)
 set(ORTHANC_DISABLE_PATCH ON)  # No need for the "patch" command-line tool
 set(ENABLE_LOCALE ON)          # Enable support for locales (notably in Boost)
+set(USE_BOOST_ICONV ON)
 include(CheckIncludeFiles)
 include(CheckIncludeFileCXX)
 include(CheckLibraryExists)
@@ -117,6 +118,7 @@
 set(CORE_SOURCES
   ${BOOST_SOURCES}
   ${JSONCPP_SOURCES}
+  ${LIBICONV_SOURCES}
   ${ZLIB_SOURCES}
   ${PUGIXML_SOURCES}