diff options
Diffstat (limited to 'cmake/Modules/GenerateBootableIso.cmake')
| -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 4698d6f..3d1ee30 100644 --- a/cmake/Modules/GenerateBootableIso.cmake +++ b/cmake/Modules/GenerateBootableIso.cmake @@ -5,7 +5,7 @@ function(target_generate_bootable_iso TARGET) file(GENERATE OUTPUT "$<TARGET_FILE_DIR:${TARGET}>/isofs/boot/grub/grub.cfg" - INPUT "arch/${CMAKE_SYSTEM_PROCESSOR}/support/grub.cfg.in" + INPUT "${PROJECT_SOURCE_DIR}/arch/${CMAKE_SYSTEM_PROCESSOR}/support/grub.cfg.in" ) add_custom_command(TARGET "${TARGET}" |
