Mercurial > hg > orthanc
comparison Resources/CMake/LibCurlConfiguration.cmake @ 890:816dccaeb7cf
Support of kFreeBSD
author | jodogne |
---|---|
date | Mon, 16 Jun 2014 15:39:16 +0200 |
parents | ee0d5abf7958 |
children | 27d256e0b458 |
comparison
equal
deleted
inserted
replaced
883:50106e80555a | 890:816dccaeb7cf |
---|---|
38 -DUSE_OPENSSL=1 | 38 -DUSE_OPENSSL=1 |
39 -DUSE_SSLEAY=1 | 39 -DUSE_SSLEAY=1 |
40 ) | 40 ) |
41 endif() | 41 endif() |
42 | 42 |
43 if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux") | 43 if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR |
44 ${CMAKE_SYSTEM_NAME} STREQUAL "kFreeBSD") | |
44 if ("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") | 45 if ("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") |
45 SET(TMP_OS "x86_64") | 46 SET(TMP_OS "x86_64") |
46 else() | 47 else() |
47 SET(TMP_OS "x86") | 48 SET(TMP_OS "x86") |
48 endif() | 49 endif() |