mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
genex-LINK_LIBRARY: rename configuration variables
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>*
This commit is contained in:
@@ -28,7 +28,7 @@ set(CMAKE_FIND_LIBRARY_SUFFIXES ".so" ".a")
|
||||
# default option to link a library
|
||||
# This feature is intended to be used in LINK_LIBRARY_OVERRIDE and
|
||||
# LINK_LIBRARY_OVERRIDE_<LIBRARY> target properties
|
||||
set(CMAKE_LINK_USING_DEFAULT_SUPPORTED TRUE)
|
||||
set(CMAKE_LINK_LIBRARY_USING_DEFAULT_SUPPORTED TRUE)
|
||||
|
||||
set(CMAKE_AUTOGEN_ORIGIN_DEPENDS ON)
|
||||
set(CMAKE_AUTOMOC_COMPILER_PREDEFINES ON)
|
||||
|
||||
Reference in New Issue
Block a user