mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
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)
|