mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
b5c2163293
Fixes: #21694
4 lines
115 B
CMake
4 lines
115 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake NO_POLICY_SCOPE)
|