Fixes by cmake-format (#9725)

Co-authored-by: magnesj <magnesj@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-01-24 14:58:20 +01:00 committed by Magne Sjaastad
parent 77bca7affa
commit 5b66dce009

View File

@ -572,9 +572,9 @@ if(RESINSIGHT_PRIVATE_INSTALL)
# install additional DLLS not able to be found by windeployqt
set(qt5_offscreen_name "$<IF:$<CONFIG:Debug>,qoffscreend,qoffscreen>")
install(
FILES ${qt5_install_prefix}/plugins/platforms/${qt5_offscreen_name}.dll
DESTINATION ${RESINSIGHT_INSTALL_FOLDER}/platforms
)
FILES ${qt5_install_prefix}/plugins/platforms/${qt5_offscreen_name}.dll
DESTINATION ${RESINSIGHT_INSTALL_FOLDER}/platforms
)
endif()