mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
73a058f856
This will allow more granular checks than the main BuildDepends test. Start with a simple single-source C program.
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|