cmake: drop reference to future variable [ci skip]

Follow-up to 855acb3bb0 #17701
This commit is contained in:
Viktor Szakats 2025-06-22 13:19:07 +02:00
parent 855ae76513
commit 4d4d09eb7f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

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