Files
cmake/Tests/RunCMake/GeneratorExpression/CMakeLists.txt
T

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)