diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2015-04-07 18:10:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-07 19:01:18 (GMT) |
commit | 322cdc48252e17501866a7177e89ca20a3cb583b (patch) | |
tree | e0a1cd9f71c952b0bd1189b7d139aa5daa126954 /Help/command/target_compile_features.rst | |
parent | 7ee897beec045761e796ac7468ed6e43cd58f1fe (diff) | |
download | CMake-322cdc48252e17501866a7177e89ca20a3cb583b.zip CMake-322cdc48252e17501866a7177e89ca20a3cb583b.tar.gz CMake-322cdc48252e17501866a7177e89ca20a3cb583b.tar.bz2 |
Help: Document supported compilers in cmake-compile-features.7
Extend sentences in other documentation linking to this manual to
say that it has a list of supported compilers.
Co-Author: Brad King <brad.king@kitware.com>
Diffstat (limited to 'Help/command/target_compile_features.rst')
-rw-r--r-- | Help/command/target_compile_features.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/target_compile_features.rst b/Help/command/target_compile_features.rst index 29a8b41..b66a4ec 100644 --- a/Help/command/target_compile_features.rst +++ b/Help/command/target_compile_features.rst @@ -29,4 +29,4 @@ Arguments to ``target_compile_features`` may use "generator expressions" with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for available expressions. See the :manual:`cmake-compile-features(7)` manual for -information on compile features. +information on compile features and a list of supported compilers. |