mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:31:41 +03:00
cmake: drop reference to future variable [ci skip]
Follow-up to 855acb3bb0 #17701
This commit is contained in:
parent
855ae76513
commit
4d4d09eb7f
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ function(curl_dumptargetprops _target)
|
|||
string(REPLACE "\n" ";" _cmake_property_list "${_cmake_property_list}")
|
||||
list(REMOVE_DUPLICATES _cmake_property_list)
|
||||
list(REMOVE_ITEM _cmake_property_list "")
|
||||
list(APPEND _cmake_property_list "INTERFACE_LIBCURL_PC_MODULES")
|
||||
foreach(_prop IN LISTS _cmake_property_list)
|
||||
if(_prop MATCHES "<CONFIG>")
|
||||
foreach(_config IN ITEMS "DEBUG" "RELEASE" "MINSIZEREL" "RELWITHDEBINFO")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue