mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 11:34:32 +00:00
Fix imported target name
This commit is contained in:
parent
9e4bf79543
commit
a0c9a28728
@ -1,7 +1,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
if(NOT TARGET @QCA_CONFIG_NAME_BASE@)
|
||||
if(NOT TARGET @QCA_LIB_NAME@)
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/@QCA_CONFIG_NAME_BASE@Targets.cmake")
|
||||
endif()
|
||||
|
||||
set(Qca_LIBRARY @QCA_CONFIG_NAME_BASE@)
|
||||
set(Qca_LIBRARY @QCA_LIB_NAME@)
|
||||
|
Loading…
x
Reference in New Issue
Block a user