mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
c044b9ae84
Add a test for this case to verify the messages. This test will also be valuable to cover this code path in which we've had several regressions recently.
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 3.9)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|