# HG changeset patch # User Sebastien Jodogne # Date 1503510820 -7200 # Node ID af724b1d8440e41db2c791e5e61c1a4f8479db74 # Parent eb9fdf8db9f008f475e2c2214ce07604a8cc7992 sync diff -r eb9fdf8db9f0 -r af724b1d8440 Orthanc/Resources/CMake/BoostConfiguration.cmake --- 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 )