mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
2a6b0415d7
To enable the management of incompatible $<LINK_LIBRARY> declarations, add LINK_LIBRARY_OVERRIDE and LINK_LIBRARY_OVERRIDE_<LIBRARY> target properties.
5 lines
109 B
CMake
5 lines
109 B
CMake
|
|
include(incompatible-features1.cmake)
|
|
|
|
set_property(TARGET lib PROPERTY LINK_LIBRARY_OVERRIDE "feat2,dep1")
|