mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 22:40:25 +00:00
Patched versions of CMake for ReactOS needs
eddf1cf39f
creates two cache variables, one for the RUN_RESULT, one for the RUN_OUTPUT (if required), which can be set or preset by the user. It has now also two new arguments: RUN_OUTPUT_VARIABLE and COMPILE_OUTPUT_VARIABLE (the old OUTPUT_VARIABLE merges both), so if only COMPILE_OUTPUT_VARIABLE is used the run time output of the TRY_RUN is unused and the user doesn't have to care about the output when crosscompiling. This is now used in FindThreads.cmake, CheckC/CXXSourceRuns.cmake and TestBigEndian.cmake, which used the output only for the logfile (compile output is still there). Test/TryCompile/ now also tests the behaviour of OUTPUT_VARIABLE, RUN_OUTPUT_VARIABLE and COMPILE_OUTPUT_VARIABLE. Alex |
||
---|---|---|
Docs | ||
Example | ||
Modules | ||
Source | ||
Templates | ||
Tests | ||
Utilities | ||
.gitattributes | ||
bootstrap | ||
ChangeLog.txt | ||
cmake_uninstall.cmake.in | ||
cmake.1 | ||
CMakeCPack.cmake | ||
CMakeGraphVizOptions.cmake | ||
CMakeLists.txt | ||
CMakeLogo.gif | ||
CompileFlags.cmake | ||
configure | ||
Copyright.txt | ||
CTestConfig.cmake | ||
CTestCustom.ctest.in | ||
DartConfig.cmake | ||
doxygen.config |