mirror of
https://github.com/curl/curl.git
synced 2026-08-26 08:03:31 +03:00
Cmake: Got rid of setup_curl_dependencies
There is no need for such function. Include_directories propagate by themselves and having a function with one simple link statement makes little sense.
This commit is contained in:
parent
2257deb502
commit
a3154295c5
5 changed files with 8 additions and 29 deletions
|
|
@ -106,8 +106,6 @@ endif()
|
|||
|
||||
set_target_properties(${LIB_NAME} PROPERTIES COMPILE_DEFINITIONS BUILDING_LIBCURL)
|
||||
|
||||
setup_curl_dependencies(${LIB_NAME})
|
||||
|
||||
# Remove the "lib" prefix since the library is already named "libcurl".
|
||||
set_target_properties(${LIB_NAME} PROPERTIES PREFIX "")
|
||||
set_target_properties(${LIB_NAME} PROPERTIES IMPORT_PREFIX "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue