509c142a3f
By default, the message is not issued. If CMAKE_ERROR_DEPRECATED is on, the message is fatal. If CMAKE_WARN_DEPRECATED is on, the message is a warning.
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)
|