]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: drop reference to future variable [ci skip]
authorViktor Szakats <commit@vsz.me>
Sun, 22 Jun 2025 11:19:07 +0000 (13:19 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 22 Jun 2025 11:19:15 +0000 (13:19 +0200)
Follow-up to 855acb3bb07e0dd06b5722218eb5fded333f7ce0 #17701

CMake/Utilities.cmake

index efa28b75155b0651f18313637b01be2635d1f3d0..335713c84cfea1d4508c8367491da8573a07d515 100644 (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")