mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
9b99b4bfc8
Use 3.3 or 2.8.12 where possible.
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|