mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
06feb845aa
Under the CMP0118 NEW behavior, sources generated in one directory
should be visible when added to targets in other directories. This was
accidentally left out of commit 6624b65b3f (GENERATED prop: Add
implementation for policy CMP0118 being set to NEW, 2020-11-09,
v3.20.0-rc1~393^2~1).
Fixes: #18399
5 lines
146 B
CMake
5 lines
146 B
CMake
cmake_minimum_required(VERSION 3.19)
|
|
cmake_policy(SET CMP0115 NEW)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake NO_POLICY_SCOPE)
|