From a3154295c5b0b538d7883d30e6f1325b69bb50fd Mon Sep 17 00:00:00 2001 From: Jakub Zakrzewski Date: Fri, 22 Aug 2014 17:02:59 +0200 Subject: 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. --- lib/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index b2bcf0904..3ad62df1f 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -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 "") -- cgit v1.2.3