Mercurial > hg > orthanc
comparison Resources/CMake/LibCurlConfiguration.cmake @ 1337:afaa55d42ddd
FreeBSD support
author | jodogne |
---|---|
date | Tue, 31 Mar 2015 11:40:29 +0200 |
parents | 88010d8e12cf |
children | 728c22ade2e2 |
comparison
equal
deleted
inserted
replaced
1336:a80e811ec619 | 1337:afaa55d42ddd |
---|---|
40 ) | 40 ) |
41 endif() | 41 endif() |
42 | 42 |
43 if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR | 43 if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR |
44 ${CMAKE_SYSTEM_NAME} STREQUAL "Darwin" OR | 44 ${CMAKE_SYSTEM_NAME} STREQUAL "Darwin" OR |
45 ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD" OR | |
45 ${CMAKE_SYSTEM_NAME} STREQUAL "kFreeBSD") | 46 ${CMAKE_SYSTEM_NAME} STREQUAL "kFreeBSD") |
46 if ("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") | 47 if ("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") |
47 SET(TMP_OS "x86_64") | 48 SET(TMP_OS "x86_64") |
48 else() | 49 else() |
49 SET(TMP_OS "x86") | 50 SET(TMP_OS "x86") |