Browse Source

echo

Signed-off-by: crueter <crueter@eden-emu.dev>
fix-cpmutil-win
crueter 3 weeks ago
parent
commit
724da89d2b
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      CMakeModules/CPMUtil.cmake

2
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}")

Loading…
Cancel
Save