mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
5 lines
202 B
CMake
5 lines
202 B
CMake
cmake_minimum_required(VERSION 3.19)
|
|
cmake_policy(SET CMP0115 NEW) # CMP0115 is correct here (for reducing error-output)!
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake NO_POLICY_SCOPE)
|