Skip to content

Commit 846c2af

Browse files
committed
Fix compilation for RP2
Fix name of UF2Tool target that was renamed in #1668 Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent c54cc84 commit 846c2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/rp2/tests/test_erl_sources/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include(ExternalProject)
2222
ExternalProject_Add(HostAtomVM
2323
SOURCE_DIR ../../../../../../
2424
INSTALL_COMMAND cmake -E echo "Skipping install step."
25-
BUILD_COMMAND cmake --build . --target=atomvmlib --target=PackBEAM --target=uf2tool
25+
BUILD_COMMAND cmake --build . --target=atomvmlib --target=PackBEAM --target=UF2Tool
2626
)
2727

2828
function(compile_erlang module_name module_src_dir)

0 commit comments

Comments
 (0)