Merge topic 'fix-return-example' into release-3.29

c6f56153bb Help: Fix example for return command

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9251
This commit is contained in:
Brad King
2024-02-15 17:58:38 +00:00
committed by Kitware Robot
+1 -1
View File
@@ -40,7 +40,7 @@ command. All arguments are ignored unless that policy is set to ``NEW``.
.. code-block:: cmake
:caption: CMakeLists.txt
cmake_version_required(VERSION 3.25)
cmake_minimum_required(VERSION 3.25)
project(example)
set(var1 "top-value")