summaryrefslogtreecommitdiffstats
path: root/Help/command/configure_file.rst
diff options
context:
space:
mode:
authorGustaf Borgström <gustaf.borgstrom@koltrast.se>2023-01-09 12:53:28 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-11 21:32:35 (GMT)
commitb64a69b6c463ca1263036df8d046edac34901afc (patch)
tree96dffd17f4309dae520cc4389f03391c3c07e365 /Help/command/configure_file.rst
parent1c3d56ed66bcd6b581040428499366f3d99daaa8 (diff)
downloadCMake-b64a69b6c463ca1263036df8d046edac34901afc.zip
CMake-b64a69b6c463ca1263036df8d046edac34901afc.tar.gz
CMake-b64a69b6c463ca1263036df8d046edac34901afc.tar.bz2
Help: Fix typo in configure_file docs
Diffstat (limited to 'Help/command/configure_file.rst')
-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