Skip to content

Commit febb892

Browse files
committed
Handle allowing example keys in pico-examples instead
1 parent e2d5268 commit febb892

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,11 +472,6 @@ function(picotool_postprocess_binary TARGET)
472472
PICOTOOL_PROCESSING_CONFIGURED true
473473
)
474474

475-
# Allow using the example keys for pico-examples
476-
if ((NOT DEFINED PICO_ALLOW_EXAMPLE_KEYS) AND (DEFINED PICO_EXAMPLES_PATH))
477-
set(PICO_ALLOW_EXAMPLE_KEYS 1)
478-
endif()
479-
480475
# PICO_CMAKE_CONFIG: PICO_ALLOW_EXAMPLE_KEYS, Don't throw warning when using default signing/encryption keys, type=bool, default=0, group=build
481476
if (NOT PICO_ALLOW_EXAMPLE_KEYS)
482477
picotool_check_default_keys(${TARGET})

0 commit comments

Comments
 (0)