diff Resources/CMake/LibCurlConfiguration.cmake @ 26:6ba765ecf3db

compiling openssl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Aug 2012 15:10:02 +0200
parents 2fcf8e5e789c
children 042ac60f5bf9
line wrap: on
line diff
--- a/Resources/CMake/LibCurlConfiguration.cmake	Tue Aug 28 11:20:49 2012 +0200
+++ b/Resources/CMake/LibCurlConfiguration.cmake	Tue Aug 28 15:10:02 2012 +0200
@@ -4,7 +4,7 @@
 
   if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
     if ("${CMAKE_SIZEOF_VOID_P}" EQUAL "8")
-      SET(SOURCE_CONFIG ${CMAKE_SOURCE_DIR}/Resources/libcurl/x86_64-linux)
+      SET(SOURCE_CONFIG ${CMAKE_SOURCE_DIR}/Resources/libcurl/WithSsl/x86_64-linux)
     elseif ("${CMAKE_SIZEOF_VOID_P}" EQUAL "4")
       SET(SOURCE_CONFIG ${CMAKE_SOURCE_DIR}/Resources/libcurl/i686-pc-linux-gnu)
     else()