From b64a69b6c463ca1263036df8d046edac34901afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20Borgstr=C3=B6m?= Date: Mon, 9 Jan 2023 07:53:28 -0500 Subject: Help: Fix typo in configure_file docs --- Help/command/configure_file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12