mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
7 lines
213 B
CMake
7 lines
213 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
if(RunCMake_TEST STREQUAL "CMP0044-WARN")
|
|
cmake_policy(VERSION 2.8.12) # old enough to not set CMP0044
|
|
endif()
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|