mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
44a2f3f332
Add block() and endblock() commands offering the capability to create new scopes for variables and/or policies. Fixes: #20171
4 lines
106 B
CMake
4 lines
106 B
CMake
cmake_minimum_required(VERSION 3.3...3.25)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|