mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
397ee55cd6
To be more consistent between genex and variables as well as the forecomming LINK_GROUP genex, rename variable *_LINK_USING_<FEATURE>* in *_LINK_LIBRARY_USING_<FEATURE>*
8 lines
213 B
CMake
8 lines
213 B
CMake
|
|
include(incompatible-features1.cmake)
|
|
|
|
set(CMAKE_C_LINK_LIBRARY_USING_feat3_SUPPORTED TRUE)
|
|
set(CMAKE_C_LINK_LIBRARY_USING_feat3 "<LIBRARY>")
|
|
|
|
set_property(TARGET lib PROPERTY LINK_LIBRARY_OVERRIDE "feat3,dep1")
|