changeset 140:2b4bc54f9627

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Aug 2017 19:41:42 +0200
parents 171da992b0a5
children 60d920613610
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 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
         )