f0005bb484
If some day there are no policies checked through the makefile at generate time, this can be fixed.
4 lines
118 B
CMake
4 lines
118 B
CMake
cmake_minimum_required(VERSION 2.8.12)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake NO_POLICY_SCOPE)
|