Browse Source
echo
Signed-off-by: crueter <crueter@eden-emu.dev>
fix-cpmutil-win
crueter
3 weeks ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
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}") |
|
|
|
|