mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 09:58:37 -05:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user