mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
5 lines
132 B
CMake
5 lines
132 B
CMake
cmake_minimum_required(VERSION 2.8.12)
|
|
cmake_policy(SET CMP0054 NEW)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|