cmake/Tests/RunCMake/install/CMakeLists.txt
2020-02-01 23:06:01 +01:00

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)