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:
Jakub Zakrzewski
2014-08-22 17:02:59 +02:00
committed by Daniel Stenberg
parent 2257deb502
commit a3154295c5
5 changed files with 8 additions and 29 deletions

View File

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