Skip to content

cmake: move the INCLUDE commands after the project command

The included modules behavior may be modified by the toolchain file passed through the "CMAKE_TOOLCHAIN_FILE" variable, but this is not taken into account until the "project" command is invoked.

References: https://gitlab.kitware.com/cmake/cmake/-/issues/21430 Signed-off-by: Andres Gomez agomez@igalia.com

Merge request reports