mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Add command to manipulate the new diagnostic stack/state introduced in the previous commit. Start adding documentation for the system as a whole.
4 lines
119 B
CMake
4 lines
119 B
CMake
cmake_minimum_required(VERSION 4.3)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake NO_DIAGNOSTIC_SCOPE)
|