diff CMakeLists.txt @ 2326:423d3b692bb9

Upgrade to Boost 1.64.0, and Toolbox::ToUpperCaseWithAccents
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Jul 2017 15:53:04 +0200
parents 2dbfdafc2512
children 86a99fd1bbfb
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Jul 14 11:43:06 2017 +0200
+++ b/CMakeLists.txt	Fri Jul 14 15:53:04 2017 +0200
@@ -69,6 +69,7 @@
 # Path to the root folder of the Orthanc distribution
 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR})
 set(ENABLE_DCMTK_NETWORK ON)
+set(USE_BOOST_LOCALE_BACKEND OFF)
 
 # Some basic inclusions
 include(CheckIncludeFiles)