We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336aae5 commit cdf1a95Copy full SHA for cdf1a95
src/rp2_common/boot_stage2/CMakeLists.txt
@@ -6,7 +6,7 @@ endif()
6
set(PICO_DEFAULT_BOOT_STAGE2_FILE "${PICO_DEFAULT_BOOT_STAGE2_FILE}" CACHE STRING "boot_stage2 source file" FORCE)
7
8
if (NOT EXISTS ${PICO_DEFAULT_BOOT_STAGE2_FILE})
9
- message(FATAL_ERROR "Specified boot_stage2 source '${PICO_BOOT_STAGE2_FILE}' does not exist.")
+ message(FATAL_ERROR "Specified boot_stage2 source '${PICO_DEFAULT_BOOT_STAGE2_FILE}' does not exist.")
10
endif()
11
12
# needed by function below
0 commit comments