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 8543f0f commit 27f3a8cCopy full SHA for 27f3a8c
tools/CMakeLists.txt
@@ -147,8 +147,8 @@ function(pico_init_picotool)
147
endfunction()
148
149
function(picotool_check_configurable TARGET)
150
- get_target_property(done ${TARGET} PICOTOOL_PROCESSING_CONFIGURED)
151
- if (done)
+ get_target_property(configured ${TARGET} PICOTOOL_PROCESSING_CONFIGURED)
+ if (configured)
152
message(FATAL_ERROR "All picotool post-processing functions for \"${TARGET}\" must come before pico_add_extra_outputs(${TARGET})")
153
endif()
154
0 commit comments