Stefan Schober
Stefan Schober
I'm configuring pico_sdk from my project with the following settings: - PICO_SDK_FETCH_FROM_GIT set to TRUE - PICO_SDK_FETCH_FROM_GIT_PATH set to the absolute target path for the pico_sdk When configuring the project,...
The [CMAKE documentation on ARCHIVE_OUTPUT_DIRECTORY ](https://cmake.org/cmake/help/latest/prop_tgt/ARCHIVE_OUTPUT_DIRECTORY.html) states, that this target property may make use of [CMAKE generator expressions](https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html). If generator expressions are used in `ARCHIVE_OUTPUT_DIRECTORY ` the function `pico_add_uf2_output` in...