b1bbee3e9a
Policies CMP0027, CMP0038, and CMP0046 have per-target meaning so record the policy settings on targets as they are created.
4 lines
101 B
CMake
4 lines
101 B
CMake
cmake_minimum_required(VERSION 2.8.4)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|