mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
73e93400e2
Introduce policy CMP0045 to control this behavior.
5 lines
69 B
CMake
5 lines
69 B
CMake
|
|
cmake_policy(SET CMP0045 OLD)
|
|
|
|
get_target_property(result tgt TYPE)
|