cmake/Modules/ExternalProject/stepscript.cmake.in

10 lines
159 B
CMake
Raw Normal View History

2024-07-09 14:46:46 +02:00
cmake_minimum_required(VERSION 3.29)
message(VERBOSE "Executing @step_name@ step for @name@")
block(SCOPE_FOR VARIABLES)
@step_script_contents@
endblock()