Mercurial > hg > orthanc-webviewer
changeset 170:af724b1d8440
sync
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Aug 2017 19:53:40 +0200 |
parents | eb9fdf8db9f0 |
children | b6c55352818c |
files | Orthanc/Resources/CMake/BoostConfiguration.cmake |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Orthanc/Resources/CMake/BoostConfiguration.cmake Wed Aug 23 00:07:13 2017 +0200 +++ b/Orthanc/Resources/CMake/BoostConfiguration.cmake Wed Aug 23 19:53:40 2017 +0200 @@ -162,7 +162,8 @@ ) if (CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR - CMAKE_SYSTEM_NAME STREQUAL "OpenBSD") + CMAKE_SYSTEM_NAME STREQUAL "OpenBSD" OR + CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") list(APPEND BOOST_SOURCES ${BOOST_SOURCES_DIR}/libs/filesystem/src/utf8_codecvt_facet.cpp )