1# Copyright (c) 2024 Basalte bv 2# SPDX-License-Identifier: Apache-2.0 3 4# WARNING: the PreLoad.cmake is an undocumented feature 5# We need to create the CMake file API query before the configure step 6 7execute_process( 8 COMMAND west spdx --init -d ${CMAKE_BINARY_DIR} 9 COMMAND_ERROR_IS_FATAL ANY 10) 11