comparison Resources/CMake/LibCurlConfiguration.cmake @ 918:ac8f68cbdbb6 mac

build cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Feb 2014 16:09:06 +0100
parents d775a3cb5a06
children ff1812962f30
comparison
equal deleted inserted replaced
917:312d04beb0a2 918:ac8f68cbdbb6
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 "Darwin")
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()