73e93400e2
Introduce policy CMP0045 to control this behavior.
5 lines
69 B
CMake
5 lines
69 B
CMake
|
|
cmake_policy(SET CMP0045 NEW)
|
|
|
|
get_target_property(result tgt TYPE)
|