diff options
author | Brad King <brad.king@kitware.com> | 2022-03-08 13:25:12 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-03-08 13:25:20 (GMT) |
commit | f78cd55453ac417e40e83472cfdf5f1334cc2648 (patch) | |
tree | 11b66bd00815ec4effd1c34eec379aa0cd31e9da /Help/manual | |
parent | 3dfbcf16b8c6b5566ec25f8008d04a2d384a8e7c (diff) | |
parent | fbda79f39d3bab2ccf508ee328cf59d6e6d6c217 (diff) | |
download | CMake-f78cd55453ac417e40e83472cfdf5f1334cc2648.zip CMake-f78cd55453ac417e40e83472cfdf5f1334cc2648.tar.gz CMake-f78cd55453ac417e40e83472cfdf5f1334cc2648.tar.bz2 |
Merge topic 'doc-lang-std-features'
fbda79f39d Help: Document explicitly that 'cxx_std_##' features may not add a flag
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: antmak <antmak.pub@gmail.com>
Merge-request: !7043
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-compile-features.7.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst index 67b0f6e..8073511 100644 --- a/Help/manual/cmake-compile-features.7.rst +++ b/Help/manual/cmake-compile-features.7.rst @@ -115,6 +115,8 @@ of at-least C++ 11 (or C++ 14, C++ 17, ...), adding flags such as ``-std=gnu++11`` if necessary. This applies to sources within ``mylib`` as well as any dependents (that may include headers from ``mylib``). +.. include:: ../prop_gbl/CMAKE_LANG_STD_FLAGS.txt + Availability of Compiler Extensions ----------------------------------- |