mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
fb114a40aa
Add test for a case fixed by commit 6a4a61d9e1 (cmForEachCommand:
prevent leakage, 2017-10-09). Prior to that fix, this test case
could trigger an assertion failure.
Fixes: #17464
4 lines
100 B
CMake
4 lines
100 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|