summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorGustaf Borgström <gustaf.borgstrom@koltrast.se>2023-01-09 07:53:28 -0500
committerBrad King <brad.king@kitware.com>2023-01-11 16:32:35 -0500
commitb64a69b6c463ca1263036df8d046edac34901afc (patch)
tree96dffd17f4309dae520cc4389f03391c3c07e365 /Help
parent1c3d56ed66bcd6b581040428499366f3d99daaa8 (diff)
downloadcmake-b64a69b6c463ca1263036df8d046edac34901afc.tar.gz
Help: Fix typo in configure_file docs
Diffstat (limited to 'Help')
-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 7fa2941410..adc2a66289 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