fixed a cmake warning

This commit is contained in:
matlabbe
2018-09-04 19:01:43 -04:00
parent 3c1095be65
commit 9c70b7116b
+1 -1
View File
@@ -189,5 +189,5 @@ IF(BUILD_AS_BUNDLE AND (APPLE OR WIN32))
include(\"BundleUtilities\")
fixup_bundle(\"${APPS}\" \"\${QTPLUGINS}\" \"${DIRS}\")
" COMPONENT runtime)
ENDIF((APPLE AND BUILD_AS_BUNDLE) OR WIN32)
ENDIF(BUILD_AS_BUNDLE AND (APPLE OR WIN32))