Skip to content
Commit e4c1015c authored by Jonny Svärd's avatar Jonny Svärd
Browse files

Replace deprecated CMake function call



FetchContent_Populate has been deprecated in upstream CMake. Replace the
usage with FetchContent_MakeAvailable. Upstream documentation currently
states that it's possible to replicate the Populate behaviour when using
MakeAvailable, however it's not the case. Add an invalid path to
SOURCE_SUBDIR, forcing CMake based subprojects not to be configured or
built.

Change-Id: I0cf1fd8ee7a374bc793d1763bd2d2167e7d9ad2c
Signed-off-by: Jonny Svärd's avatarJonny Svärd <jonny.svaerd@arm.com>
parent 257d20a0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment