Skip to content

Commit cc890dd

Browse files
committed
Add missing include(ExternalProject)
It can bite in some condition when rebuilding for rp2 target. Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent 025f33b commit cc890dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
1919
#
2020

21+
include(ExternalProject)
2122
ExternalProject_Add(HostAtomVM
2223
SOURCE_DIR ../../../../../../
2324
INSTALL_COMMAND cmake -E echo "Skipping install step."

0 commit comments

Comments
 (0)