comparison Resources/CMake/LibCurlConfiguration.cmake @ 930:27d256e0b458 mac

integration mainline -> mac
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Jun 2014 16:47:18 +0200
parents 882833632b1f 816dccaeb7cf
children 88010d8e12cf
comparison
equal deleted inserted replaced
928:882833632b1f 930:27d256e0b458
39 -DUSE_SSLEAY=1 39 -DUSE_SSLEAY=1
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") 44 ${CMAKE_SYSTEM_NAME} STREQUAL "Darwin" OR
45 ${CMAKE_SYSTEM_NAME} STREQUAL "kFreeBSD")
45 if ("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") 46 if ("${CMAKE_SIZEOF_VOID_P}" EQUAL "8")
46 SET(TMP_OS "x86_64") 47 SET(TMP_OS "x86_64")
47 else() 48 else()
48 SET(TMP_OS "x86") 49 SET(TMP_OS "x86")
49 endif() 50 endif()