mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
1f9ef25130
Co-Authored-by: Bryon Bean <bryon.bean@kitware.com>
7 lines
198 B
CMake
7 lines
198 B
CMake
cmake_minimum_required(VERSION 3.4)
|
|
if(RunCMake_TEST MATCHES "^file-GET_RUNTIME_DEPENDENCIES")
|
|
cmake_policy(SET CMP0087 NEW)
|
|
endif()
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|