ExternalData: Remove redundant debug message

This commit is contained in:
Jakob Ronestjärna
2026-06-12 21:22:03 +02:00
committed by Brad King
parent 2f06928ee1
commit 271e17d7ec

View File

@@ -472,7 +472,6 @@ function(ExternalData_add_target target)
# Store http headers.
if(ExternalData_HTTPHEADERS)
message(STATUS "${CMAKE_CURRENT_BINARY_DIR}/${target}_config.cmake")
string(CONCAT _ExternalData_CONFIG_CODE "${_ExternalData_CONFIG_CODE}\n"
"set(ExternalData_HTTPHEADERS)")
foreach(h IN LISTS ExternalData_HTTPHEADERS)