Mercurial > hg > orthanc
changeset 2511:8a0d3044ef53
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 28 Mar 2018 14:18:02 +0200 |
parents | 04873915beaf |
children | 4dcafa8d6633 |
files | Resources/CMake/OrthancFrameworkConfiguration.cmake |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkConfiguration.cmake Wed Mar 28 14:14:37 2018 +0200 +++ b/Resources/CMake/OrthancFrameworkConfiguration.cmake Wed Mar 28 14:18:02 2018 +0200 @@ -376,7 +376,7 @@ if (ENABLE_DCMTK) if (NOT ENABLE_LOCALE) -# message(FATAL_ERROR "Support for locales must be enabled if enabling DICOM support") + message(FATAL_ERROR "Support for locales must be enabled if enabling DICOM support") endif() include(${CMAKE_CURRENT_LIST_DIR}/DcmtkConfiguration.cmake)