mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
25cae1e85d
This also introduces CMP0087 which will keep the OLD behaviour of not evaluating generator expressions Fixes: #15785
6 lines
332 B
Plaintext
6 lines
332 B
Plaintext
CMake Warning (dev) in CMakeLists.txt:
|
|
Policy CMP0087 is not set: Install CODE|SCRIPT allow the use of generator
|
|
expressions. Run "cmake --help-policy CMP0087" for policy details. Use
|
|
the cmake_policy command to set the policy and suppress this warning.
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|