mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
ddb9442f48
In commitbbba701899(Link properties: must be transitive over private dependency on static library, 2019-12-06, v3.17.0-rc1~323^2) and commitaf9d4f24ae(Link properties: must be transitive over private dependency on static library, 2019-12-11, v3.17.0-rc1~305^2) we neglected to implement CMP0099 NEW behavior for `TARGET_PROPERTY` evaluation. Add policy CMP0166 to fix this.
3 lines
67 B
CMake
3 lines
67 B
CMake
cmake_policy(SET CMP0166 OLD)
|
|
include(TransitiveLink-common.cmake)
|