summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-04-01 13:38:32 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-04-01 13:38:57 (GMT)
commit16dd3b79dcad426b1b49dff3d7a9b2cdf14eafc8 (patch)
tree1ecbe2fe4bdfafe240952a02b17da3c9d4c7caf6 /Help
parent252c2a6fcba52927a8d24b26aed86ae8539ed965 (diff)
parentcebcc07a80c5934e082b597604a753cce456020c (diff)
downloadCMake-16dd3b79dcad426b1b49dff3d7a9b2cdf14eafc8.zip
CMake-16dd3b79dcad426b1b49dff3d7a9b2cdf14eafc8.tar.gz
CMake-16dd3b79dcad426b1b49dff3d7a9b2cdf14eafc8.tar.bz2
Merge topic 'check-Werror-CMP0066'
cebcc07a80 CheckSymbolExists: Remove -Werror from per-config flags 06c99ce73b CheckSymbolExists: Avoid removing the flag after -Werror e60281e968 CMakeDetermineCompilerABI: Remove -Werror from per-config flags 6abd25e7fd Help: Fix a typo Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !9377
Diffstat (limited to 'Help')
-rw-r--r--Help/policy/CMP0066.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0066.rst b/Help/policy/CMP0066.rst
index fa4bc5c..947a186 100644
--- a/Help/policy/CMP0066.rst
+++ b/Help/policy/CMP0066.rst
@@ -18,7 +18,7 @@ variables like :variable:`CMAKE_<LANG>_FLAGS_DEBUG` and only use CMake's
built-in defaults for the current compiler and platform.
The ``NEW`` behavior of this policy is to honor config-specific flag
-variabldes like :variable:`CMAKE_<LANG>_FLAGS_DEBUG`.
+variables like :variable:`CMAKE_<LANG>_FLAGS_DEBUG`.
.. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.7
.. |WARNS_OR_DOES_NOT_WARN| replace:: does *not* warn by default