Tweak CMake

This commit is contained in:
TheBrokenRail 2025-03-31 04:21:06 -04:00
parent 873f50e97f
commit 028c89e40e

@ -45,6 +45,7 @@ ExternalProject_Add(qemu
"--target-list=arm-linux-user" "--target-list=arm-linux-user"
"--without-default-features" "--without-default-features"
USES_TERMINAL_CONFIGURE TRUE USES_TERMINAL_CONFIGURE TRUE
CONFIGURE_HANDLED_BY_BUILD TRUE
# Build Command # Build Command
BUILD_COMMAND "ninja" "install" BUILD_COMMAND "ninja" "install"
BUILD_BYPRODUCTS "<INSTALL_DIR>${QEMU_LIBRARY}" BUILD_BYPRODUCTS "<INSTALL_DIR>${QEMU_LIBRARY}"