mirror of
https://github.com/reactos/CMake.git
synced 2025-01-04 09:50:57 +00:00
6c8d8afe34
This new expression allows checking how a policy was set when a target was created. That information is only recorded for a subset of policies, so a whitelist is used.
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|