mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
7480fa0a5f
Fixes: #24186
6 lines
112 B
CMake
6 lines
112 B
CMake
cmake_minimum_required(VERSION 3.11)
|
|
|
|
project(${RunCMake_TEST} LANGUAGES NONE)
|
|
|
|
include(${RunCMake_TEST}.cmake)
|