You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
cmake_minimum_required(VERSION 3.18)
|
|
project(${RunCMake_TEST} NONE)
|
|
if(CMAKE_XCODE_BUILD_SYSTEM VERSION_GREATER_EQUAL 12 AND NOT RunCMake_TEST STREQUAL "Xcode-CMP0114")
|
|
cmake_policy(SET CMP0114 NEW)
|
|
endif()
|
|
cmake_policy(SET CMP0135 NEW)
|
|
include(${RunCMake_TEST}.cmake)
|