cmake/Tests/RunCMake/install/CMakeLists.txt

7 lines
198 B
CMake
Raw Normal View History

2016-03-13 13:35:51 +01:00
cmake_minimum_required(VERSION 3.4)
2020-02-01 23:06:01 +01:00
if(RunCMake_TEST MATCHES "^file-GET_RUNTIME_DEPENDENCIES")
cmake_policy(SET CMP0087 NEW)
endif()
2014-08-03 19:52:23 +02:00
project(${RunCMake_TEST} NONE)
include(${RunCMake_TEST}.cmake)