Skip to content

Commit 8eae957

Browse files
committed
Merge pull request #1585 from pguyot/w11/fix-cmakelists-rp2
Add missing `include(ExternalProject)` It can bite in some condition when rebuilding for rp2 target. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 025f33b + cc890dd commit 8eae957

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

+1
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)