summaryrefslogtreecommitdiffstats
path: root/src/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmake')
-rw-r--r--src/cmake/modules/TryRunResults.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cmake/modules/TryRunResults.cmake b/src/cmake/modules/TryRunResults.cmake
index 0b9516d..9e94acc 100644
--- a/src/cmake/modules/TryRunResults.cmake
+++ b/src/cmake/modules/TryRunResults.cmake
@@ -154,3 +154,12 @@ set( C_CHAR_SIGNED
set( C_CHAR_SIGNED__TRYRUN_OUTPUT
""
CACHE STRING "Output from TRY_RUN" FORCE)
+set( HAVE_IOEO_EXITCODE
+ "0"
+ CACHE STRING "Result from TRY_RUN" FORCE)
+set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT
+ "0"
+ CACHE STRING "Result from TRY_RUN" FORCE)
+set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT
+ ""
+ CACHE STRING "Output from TRY_RUN" FORCE)