# HG changeset patch # User Sebastien Jodogne # Date 1503510102 -7200 # Node ID 2b4bc54f96272e0f12a6635b5c47a2fd83b12dbe # Parent 171da992b0a5f18a93e8827b93e345b19955d11c fix diff -r 171da992b0a5 -r 2b4bc54f9627 Orthanc/Resources/CMake/BoostConfiguration.cmake --- a/Orthanc/Resources/CMake/BoostConfiguration.cmake Wed Aug 23 17:41:16 2017 +0200 +++ b/Orthanc/Resources/CMake/BoostConfiguration.cmake Wed Aug 23 19:41:42 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 )