mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
#110 Set gflags_LIBRARIES to value of gflags_TARGET instead of "gflags"
This commit is contained in:
parent
73178f0051
commit
f4f524df1f
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ if (NOT TARGET @PACKAGE_NAME@)
|
|||
endif ()
|
||||
|
||||
# alias for default import target to be compatible with older CMake package configurations
|
||||
set (@PACKAGE_NAME@_LIBRARIES "@PACKAGE_NAME@")
|
||||
set (@PACKAGE_NAME@_LIBRARIES "${@PACKAGE_NAME@_TARGET}")
|
||||
|
||||
# unset private variables
|
||||
unset (_INSTALL_PREFIX)
|
||||
|
|
Loading…
Add table
Reference in a new issue