diff --git a/CMakeModules/CPMUtil.cmake b/CMakeModules/CPMUtil.cmake index c710f6e8e1..c9ad5f1e2f 100644 --- a/CMakeModules/CPMUtil.cmake +++ b/CMakeModules/CPMUtil.cmake @@ -338,7 +338,7 @@ function(fetch_package) endif() # TODO: only echo this in script mode - message("Extracted to ${abs_path}") + echo("Extracted to ${abs_path}") # Apply patches apply_patches("${ARG_PATCHES}" "${abs_path}")