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 c54cc84 commit 846c2afCopy full SHA for 846c2af
src/platforms/rp2/tests/test_erl_sources/CMakeLists.txt
@@ -22,7 +22,7 @@ include(ExternalProject)
22
ExternalProject_Add(HostAtomVM
23
SOURCE_DIR ../../../../../../
24
INSTALL_COMMAND cmake -E echo "Skipping install step."
25
- BUILD_COMMAND cmake --build . --target=atomvmlib --target=PackBEAM --target=uf2tool
+ BUILD_COMMAND cmake --build . --target=atomvmlib --target=PackBEAM --target=UF2Tool
26
)
27
28
function(compile_erlang module_name module_src_dir)
0 commit comments