Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
febcfab2
Commit
febcfab2
authored
10 years ago
by
Jakub Zakrzewski
Committed by
Daniel Stenberg
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Cmake: Removed useless comments from CMakeLists.txt
They look like some relics after changes.
parent
1269df2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+0
-10
0 additions, 10 deletions
CMakeLists.txt
with
0 additions
and
10 deletions
CMakeLists.txt
+
0
−
10
View file @
febcfab2
...
...
@@ -236,9 +236,6 @@ if(WIN32)
endif
()
# IF(NOT CURL_SPECIAL_LIBZ)
# CHECK_LIBRARY_EXISTS_CONCAT("z" inflateEnd HAVE_LIBZ)
# ENDIF(NOT CURL_SPECIAL_LIBZ)
# Check for idn
check_library_exists_concat
(
"idn"
idna_to_ascii_lz HAVE_LIBIDN
)
...
...
@@ -248,9 +245,6 @@ check_library_exists_concat("ldap" ldap_init HAVE_LIBLDAP)
check_library_exists_concat
(
"lber"
ber_init HAVE_LIBLBER
)
option
(
CMAKE_USE_OPENLDAP
"Use OpenLDAP code."
OFF
)
mark_as_advanced
(
CMAKE_USE_OPENLDAP
)
# if(NOT HAVE_LIBLDAP)
# SET(CURL_DISABLE_LDAP ON)
# endif(NOT HAVE_LIBLDAP)
# Check for symbol dlopen (same as HAVE_LIBDL)
check_library_exists
(
"
${
CURL_LIBS
}
"
dlopen
""
HAVE_DLOPEN
)
...
...
@@ -848,15 +842,11 @@ endif(MSVC)
function
(
SETUP_CURL_DEPENDENCIES TARGET_NAME
)
if
(
CURL_ZLIB AND ZLIB_FOUND
)
include_directories
(
${
ZLIB_INCLUDE_DIR
}
)
#ADD_DEFINITIONS( -DHAVE_ZLIB_H -DHAVE_ZLIB -DHAVE_LIBZ )
endif
()
if
(
CMAKE_USE_OPENSSL AND OPENSSL_FOUND
)
include_directories
(
${
OPENSSL_INCLUDE_DIR
}
)
endif
()
if
(
CMAKE_USE_OPENSSL AND CURL_CONFIG_HAS_BEEN_RUN_BEFORE
)
#ADD_DEFINITIONS( -DUSE_SSLEAY )
endif
()
if
(
CMAKE_USE_LIBSSH2 AND LIBSSH2_FOUND
)
include_directories
(
${
LIBSSH2_INCLUDE_DIR
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment