Apply cmake-format

This commit is contained in:
Martchus 2021-10-03 23:07:12 +02:00
parent 8261a161ab
commit 52217814f1
1 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,8 @@ use_syncthingwidgets()
# link against the qtforkawesomeiconengine plugin when static linkage is enabled
include(3rdParty)
if (STATIC_LINKAGE)
find_package(${PACKAGE_NAMESPACE_PREFIX}qtforkawesomeiconengine${CONFIGURATION_PACKAGE_SUFFIX_QTFORKAWESOME} 0.0.1 REQUIRED)
find_package(${PACKAGE_NAMESPACE_PREFIX}qtforkawesomeiconengine${CONFIGURATION_PACKAGE_SUFFIX_QTFORKAWESOME} 0.0.1
REQUIRED)
use_qt_fork_awesome_icon_engine()
endif ()