Mercurial > hg > orthanc
diff Resources/CMake/LibCurlConfiguration.cmake @ 890:816dccaeb7cf
Support of kFreeBSD
author | jodogne |
---|---|
date | Mon, 16 Jun 2014 15:39:16 +0200 |
parents | ee0d5abf7958 |
children | 27d256e0b458 |
line wrap: on
line diff
--- a/Resources/CMake/LibCurlConfiguration.cmake Sat Jun 14 15:50:02 2014 +0200 +++ b/Resources/CMake/LibCurlConfiguration.cmake Mon Jun 16 15:39:16 2014 +0200 @@ -40,7 +40,8 @@ ) endif() - if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux") + if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR + ${CMAKE_SYSTEM_NAME} STREQUAL "kFreeBSD") if ("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") SET(TMP_OS "x86_64") else()