diff options
author | Brad King <brad.king@kitware.com> | 2014-09-11 16:55:10 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-09-11 16:55:10 (GMT) |
commit | b36a795163a5835abc3bb507fcb53bc4bf06146c (patch) | |
tree | d3b171200ce765f644d01d67da6f2e9bdcf4cddc /Modules/CheckVariableExists.cmake | |
parent | 162cd309b01545799ff64e86e0c4ce2ec39f0ec2 (diff) | |
parent | 908c74399a737d878e18823e00730964896d1184 (diff) | |
download | CMake-b36a795163a5835abc3bb507fcb53bc4bf06146c.zip CMake-b36a795163a5835abc3bb507fcb53bc4bf06146c.tar.gz CMake-b36a795163a5835abc3bb507fcb53bc4bf06146c.tar.bz2 |
Merge topic 'doc-check-results-cached'
908c7439 Help: Document that the CHECK_* macros create cache variables
Diffstat (limited to 'Modules/CheckVariableExists.cmake')
-rw-r--r-- | Modules/CheckVariableExists.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckVariableExists.cmake b/Modules/CheckVariableExists.cmake index 9e8e984..f3e05e4 100644 --- a/Modules/CheckVariableExists.cmake +++ b/Modules/CheckVariableExists.cmake @@ -14,7 +14,7 @@ # # VAR - the name of the variable # VARIABLE - variable to store the result -# +# Will be created as an internal cache variable. # # # This macro is only for C variables. |