stepscript.cmake.in 200 B

123456789
  1. cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
  2. message(VERBOSE "Executing @step_name@ step for @name@")
  3. block(SCOPE_FOR VARIABLES)
  4. @step_script_contents@
  5. endblock()