diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-23 09:15:00 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-23 09:15:00 +0000 |
| commit | f82e0c289d6ab3e901dd80a3cf72aeeb0f85a8c5 (patch) | |
| tree | 5190f3629438ed78fc56781f57ca4418ef99603e | |
| parent | 94de595afa415626b8f58196f9da2ed899b5d99b (diff) | |
| download | teachos-f82e0c289d6ab3e901dd80a3cf72aeeb0f85a8c5.tar.xz teachos-f82e0c289d6ab3e901dd80a3cf72aeeb0f85a8c5.zip | |
build: fix iso generation dependencies
| -rw-r--r-- | cmake/Modules/GenerateBootableIso.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/GenerateBootableIso.cmake b/cmake/Modules/GenerateBootableIso.cmake index 368dcf6..4698d6f 100644 --- a/cmake/Modules/GenerateBootableIso.cmake +++ b/cmake/Modules/GenerateBootableIso.cmake @@ -16,7 +16,7 @@ function(target_generate_bootable_iso TARGET) "$<TARGET_FILE_DIR:${TARGET}>/isofs" "$<TARGET_FILE:${TARGET}>" "2>/dev/null" - BYPRODUCTS "${PROJECT_BINARY_DIR}/$<CONFIGURATION>/${TARGET}.iso" + BYPRODUCTS "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$<CONFIGURATION>/${TARGET}.iso" COMMENT "Creating bootable ISO image" ) endfunction() |
