cmake/Tests/RunCMake/CMP0118/CMakeLists.txt
2024-07-09 14:46:46 +02:00

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)