diff options
author | Benoit Neil <suky0001@free.fr> | 2009-04-09 19:59:38 +0000 |
---|---|---|
committer | Benoit Neil <suky0001@free.fr> | 2009-04-09 19:59:38 +0000 |
commit | 4d396169c8f8f604e57fecb0b8624d0b424c1ea8 (patch) | |
tree | 17971a7532340bf53df6b82693103c218799982c /CMakeLists.txt | |
parent | 4cd950900b2f29ce3c03b8b5c1e070afb8f32c08 (diff) | |
download | curl-4d396169c8f8f604e57fecb0b8624d0b424c1ea8.tar.gz |
Cleaned up the custom definition I added (replaced by CURL_STATICLIB)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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) |