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)
|