mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-15 03:30:39 -06:00
The change in commit27252b24(cmComputeLinkInformation: Simplify generator object access, 2015-08-02) broke the conditional use of a target introduced in commit41abdc17(cmGeneratorTarget: Move GetSOName from cmTarget, 2015-08-04). Restore the conditional lookup. Add a test case that hacks platform information variables to trigger this code everywhere.
11 lines
243 B
CMake
11 lines
243 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0023-WARN)
|
|
run_cmake(CMP0023-NEW)
|
|
run_cmake(CMP0023-WARN-2)
|
|
run_cmake(CMP0023-NEW-2)
|
|
run_cmake(MixedSignature)
|
|
run_cmake(Separate-PRIVATE-LINK_PRIVATE-uses)
|
|
run_cmake(SubDirTarget)
|
|
run_cmake(SharedDepNotTarget)
|