changeset 38:fec65ef2c7e9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2015 10:45:51 +0200
parents 64ce5bb00a56
children 3d391ae2439c 3ff8e75ab87c
files Resources/CMake/GdcmConfiguration.cmake
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/CMake/GdcmConfiguration.cmake	Fri Jul 03 10:04:15 2015 +0200
+++ b/Resources/CMake/GdcmConfiguration.cmake	Fri Jul 03 10:45:51 2015 +0200
@@ -19,7 +19,9 @@
 if (STATIC_BUILD OR NOT USE_SYSTEM_GDCM)
   # If using gcc, build GDCM with the "-fPIC" argument to allow its
   # embedding into the shared library containing the Orthanc plugin
-  if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
+  if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR
+      ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD" OR
+      ${CMAKE_SYSTEM_NAME} STREQUAL "kFreeBSD")
     set(Flags -DCMAKE_CXX_FLAGS:STRING=-fPIC -DCMAKE_C_FLAGS:STRING=-fPIC)
   else()
     set(Flags