From 4d396169c8f8f604e57fecb0b8624d0b424c1ea8 Mon Sep 17 00:00:00 2001 From: Benoit Neil Date: Thu, 9 Apr 2009 19:59:38 +0000 Subject: Cleaned up the custom definition I added (replaced by CURL_STATICLIB) --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 023e2e1f8..936434087 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # cURL/libcurl CMake script -# by [PUT YOUR REAL NAME TETEST!] and Sukender (Benoit Neil) +# by Tetetest and Sukender (Benoit Neil) # TODO: # The output .so file lacks the soname number which we currently have within the lib/Makefile.am file @@ -141,7 +141,6 @@ MARK_AS_ADVANCED(DISABLED_THREADSAFE) OPTION(ENABLE_IPV6 "Define if you want to enable IPv6 support" OFF) MARK_AS_ADVANCED(ENABLE_IPV6) - IF(WIN32) LIST_SPACES_APPEND_ONCE(CMAKE_C_STANDARD_LIBRARIES wsock32.lib ws2_32.lib) # bufferoverflowu.lib IF(CURL_DISABLE_LDAP) -- cgit v1.2.3