summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-12 14:27:03 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-01-12 14:27:19 (GMT)
commit64b7c16b2104e64543a744899c3ad519abd10d5f (patch)
tree2cde97393e575c496eed1c34a336ea74df043432
parentef2220bf8805573a3cfac755f1a8665c6891aa49 (diff)
parentb64a69b6c463ca1263036df8d046edac34901afc (diff)
downloadCMake-64b7c16b2104e64543a744899c3ad519abd10d5f.zip
CMake-64b7c16b2104e64543a744899c3ad519abd10d5f.tar.gz
CMake-64b7c16b2104e64543a744899c3ad519abd10d5f.tar.bz2
Merge topic 'doc-configure_file'
b64a69b6c4 Help: Fix typo in configure_file docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8053
-rw-r--r--Help/command/configure_file.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/configure_file.rst b/Help/command/configure_file.rst
index 7fa2941..adc2a66 100644
--- a/Help/command/configure_file.rst
+++ b/Help/command/configure_file.rst
@@ -58,7 +58,7 @@ or
#define VAR 1
Input lines of the form ``#cmakedefine01 VAR ...`` will expand
-as ``#cmakedefine01 VAR ... 0`` or ``#cmakedefine01 VAR ... 0``,
+as ``#cmakedefine01 VAR ... 0`` or ``#cmakedefine01 VAR ... 1``,
which may lead to undefined behavior.
.. versionadded:: 3.10