Mercurial > hg > orthanc-dicomweb
changeset 198:e97bacbeeffe
sync
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 24 Aug 2017 15:10:13 +0200 |
parents | bffd239887bf |
children | 2ddecfba10c0 |
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 11:04:17 2017 +0200 +++ b/Orthanc/Resources/CMake/BoostConfiguration.cmake Thu Aug 24 15:10:13 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 )