mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
e86383e135
In particular, avoid CMP0042 warnings on OS X.
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 3.4)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|