diff options
author | Brad King <brad.king@kitware.com> | 2021-11-03 14:38:13 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-11-03 14:39:05 (GMT) |
commit | 36afda49e63f86859ff88e6c42258c0beec1728d (patch) | |
tree | e1463ffbff4bc2d76aaf59536683aeb8dcbd32c4 /Help/manual | |
parent | 2f9b36eef05f09ed251f8c64778f444e59952505 (diff) | |
parent | e9976c882739a0860ae2eae33f318cb0c601c658 (diff) | |
download | CMake-36afda49e63f86859ff88e6c42258c0beec1728d.zip CMake-36afda49e63f86859ff88e6c42258c0beec1728d.tar.gz CMake-36afda49e63f86859ff88e6c42258c0beec1728d.tar.bz2 |
Merge topic 'help_cmake_lang_extensions_default'
e9976c8827 Help: Better explain CMAKE_<LANG>_EXTENSIONS_DEFAULT
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6686
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-compile-features.7.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst index a0459fa..67b0f6e 100644 --- a/Help/manual/cmake-compile-features.7.rst +++ b/Help/manual/cmake-compile-features.7.rst @@ -119,9 +119,9 @@ Availability of Compiler Extensions ----------------------------------- The :prop_tgt:`<LANG>_EXTENSIONS` target property defaults to the compiler's -efault. Note that because most compilers enable extensions by default, this -may expose cross-platform bugs in user code or in the headers of third-party -dependencies. +default (see :variable:`CMAKE_<LANG>_EXTENSIONS_DEFAULT`). Note that because +most compilers enable extensions by default, this may expose portability bugs +in user code or in the headers of third-party dependencies. :prop_tgt:`<LANG>_EXTENSIONS` used to default to ``ON``. See :policy:`CMP0128`. |