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