]> code.ossystems Code Review - openembedded-core.git/commit
cmake: stop FetchContent from fetching content
authorRoss Burton <ross@burtonini.com>
Wed, 9 Feb 2022 12:53:15 +0000 (12:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Feb 2022 17:02:56 +0000 (17:02 +0000)
commit138df1940fff303de48c98a95ac1bbaef4f120e2
treea4a3e2c0ea2b3ee3f640c4bf33d91e1074a8ba66
parent51e5f328635eb022143178c3169bae719509697a
cmake: stop FetchContent from fetching content

CMake includes a FetchContent module, which will download further
source code at configure time.  With the network isolation this will now
fail, but as not all environments support network isolation we can tell
cmake to not download either for extra safety.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cmake.bbclass