mirror of
https://github.com/Kitware/CMake.git
synced 2026-06-30 19:57:41 +00:00
ExternalData: Remove redundant debug message
This commit is contained in:
committed by
Brad King
parent
2f06928ee1
commit
271e17d7ec
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user