summaryrefslogtreecommitdiffstats
path: root/Modules/CheckCXXSourceCompiles.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-09-11 16:55:10 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-09-11 16:55:10 (GMT)
commitb36a795163a5835abc3bb507fcb53bc4bf06146c (patch)
treed3b171200ce765f644d01d67da6f2e9bdcf4cddc /Modules/CheckCXXSourceCompiles.cmake
parent162cd309b01545799ff64e86e0c4ce2ec39f0ec2 (diff)
parent908c74399a737d878e18823e00730964896d1184 (diff)
downloadCMake-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/CheckCXXSourceCompiles.cmake')
-rw-r--r--Modules/CheckCXXSourceCompiles.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CheckCXXSourceCompiles.cmake b/Modules/CheckCXXSourceCompiles.cmake
index edd62a6..6d52ec6 100644
--- a/Modules/CheckCXXSourceCompiles.cmake
+++ b/Modules/CheckCXXSourceCompiles.cmake
@@ -10,6 +10,7 @@
#
# <code> - source code to try to compile, must define 'main'
# <var> - variable to store whether the source code compiled
+# Will be created as an internal cache variable.
# <fail-regex> - fail if test output matches this regex
#
# The following variables may be set before calling this macro to modify