Commit f4f524df authored by Andreas Schuh's avatar Andreas Schuh

#110 Set gflags_LIBRARIES to value of gflags_TARGET instead of "gflags"

parent 73178f00
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment