mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
10 lines
159 B
CMake
10 lines
159 B
CMake
cmake_minimum_required(VERSION 3.29)
|
|
|
|
message(VERBOSE "Executing @step_name@ step for @name@")
|
|
|
|
block(SCOPE_FOR VARIABLES)
|
|
|
|
@step_script_contents@
|
|
|
|
endblock()
|