Cleaned up the custom definition I added (replaced by CURL_STATICLIB)

This commit is contained in:
Benoit Neil
2009-04-09 19:59:38 +00:00
parent 4cd950900b
commit 4d396169c8
4 changed files with 10 additions and 8 deletions

View File

@@ -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)