diff options
author | Brad King <brad.king@kitware.com> | 2015-04-08 13:07:01 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-04-08 13:07:01 (GMT) |
commit | 37ce091345f6e9ad57aff7a768cc3dc35ebc3913 (patch) | |
tree | 302c8fa626758c501362238b5e85bbb96de19e53 /Help/prop_tgt/CXX_STANDARD.rst | |
parent | 710968e37171681cb32e74d6249a4fd7daacf42e (diff) | |
parent | 322cdc48252e17501866a7177e89ca20a3cb583b (diff) | |
download | CMake-37ce091345f6e9ad57aff7a768cc3dc35ebc3913.zip CMake-37ce091345f6e9ad57aff7a768cc3dc35ebc3913.tar.gz CMake-37ce091345f6e9ad57aff7a768cc3dc35ebc3913.tar.bz2 |
Merge topic 'document_supported_compiler_feature_compilers'
322cdc48 Help: Document supported compilers in cmake-compile-features.7
Diffstat (limited to 'Help/prop_tgt/CXX_STANDARD.rst')
-rw-r--r-- | Help/prop_tgt/CXX_STANDARD.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/CXX_STANDARD.rst b/Help/prop_tgt/CXX_STANDARD.rst index 65b30ec..edc9ba5 100644 --- a/Help/prop_tgt/CXX_STANDARD.rst +++ b/Help/prop_tgt/CXX_STANDARD.rst @@ -24,7 +24,7 @@ flag will not result in an error or warning, but will instead add the with the :prop_tgt:`CXX_STANDARD_REQUIRED` target property. See the :manual:`cmake-compile-features(7)` manual for information on -compile features. +compile features and a list of supported compilers. This property is initialized by the value of the :variable:`CMAKE_CXX_STANDARD` variable if it is set when a target |