comparison 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
comparison
equal deleted inserted replaced
2325:8198a9fa2553 2326:423d3b692bb9
67 mark_as_advanced(USE_PUGIXML) 67 mark_as_advanced(USE_PUGIXML)
68 68
69 # Path to the root folder of the Orthanc distribution 69 # Path to the root folder of the Orthanc distribution
70 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}) 70 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR})
71 set(ENABLE_DCMTK_NETWORK ON) 71 set(ENABLE_DCMTK_NETWORK ON)
72 set(USE_BOOST_LOCALE_BACKEND OFF)
72 73
73 # Some basic inclusions 74 # Some basic inclusions
74 include(CheckIncludeFiles) 75 include(CheckIncludeFiles)
75 include(CheckIncludeFileCXX) 76 include(CheckIncludeFileCXX)
76 include(CheckLibraryExists) 77 include(CheckLibraryExists)