diff options
author | Sebastian Leske <sebastian.leske@sleske.name> | 2014-09-10 08:35:49 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-09-11 08:55:26 -0400 |
commit | 908c74399a737d878e18823e00730964896d1184 (patch) | |
tree | 830fbd1030f8f12bc4b4b97065ede39c3e10799e /Modules/CheckCSourceRuns.cmake | |
parent | 0a92b23c52675bf8fe93cb9959266a49ab509ac1 (diff) | |
download | cmake-908c74399a737d878e18823e00730964896d1184.tar.gz |
Help: Document that the CHECK_* macros create cache variables
Otherwise callers may expect to be able to re-use result variables.
Diffstat (limited to 'Modules/CheckCSourceRuns.cmake')
-rw-r--r-- | Modules/CheckCSourceRuns.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CheckCSourceRuns.cmake b/Modules/CheckCSourceRuns.cmake index 0fb0f23c0c..0ce423c1f6 100644 --- a/Modules/CheckCSourceRuns.cmake +++ b/Modules/CheckCSourceRuns.cmake @@ -11,6 +11,7 @@ # <code> - source code to try to compile # <var> - variable to store the result # (1 for success, empty for failure) +# Will be created as an internal cache variable. # # The following variables may be set before calling this macro to modify # the way the check is run: |