From 23b77297283e269031493b0860b6c8474277f90d Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 12 Sep 2024 15:38:57 +0200 Subject: [PATCH] Add CMake's TryRunResults.cmake This file is generated when cmake is in cross-compilation mode and try_run or check_source_runs are used in CMake code without setting cache variables before so the user is aware what needs to be adjusted for the target system. https://cmake.org/cmake/help/latest/variable/CMAKE_CROSSCOMPILING_EMULATOR.html --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 11c76431..fef9ac87 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -10,3 +10,4 @@ compile_commands.json CTestTestfile.cmake _deps CMakeUserPresets.json +TryRunResults.cmake