mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-11 10:19:33 +00:00
initialize QCA_SUFFIX cache with the possibly previously set SUFFIX
this prevents us from unsetting what was previously set, making sure the suffix is applied
This commit is contained in:
parent
c32bc6f1bc
commit
3e3533b275
@ -87,7 +87,7 @@ else(NOT BUILD_SHARED_LIBS OR QT_IS_STATIC)
|
||||
set(PLUGIN_TYPE "MODULE")
|
||||
endif(NOT BUILD_SHARED_LIBS OR QT_IS_STATIC)
|
||||
|
||||
set(QCA_SUFFIX "" CACHE STRING "QCA common suffix")
|
||||
set(QCA_SUFFIX "${QCA_SUFFIX}" CACHE STRING "QCA common suffix")
|
||||
if(QCA_SUFFIX)
|
||||
set(QCA_LIB_NAME qca-${QCA_SUFFIX})
|
||||
set(QCA_TOOL_NAME qcatool-${QCA_SUFFIX})
|
||||
|
Loading…
x
Reference in New Issue
Block a user