1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-29 00:06:34 -04:00

Merge pull request #1412 from pinkavaj/pi-fix-cmake-warn2

fix cmake syntax warning, separate token by whitespace
This commit is contained in:
Edouard Griffiths 2022-09-16 16:21:48 +02:00 committed by GitHub
commit 0402b22976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ elseif(WIN32 OR MINGW)
if(BUILD_GUI) if(BUILD_GUI)
install(CODE " install(CODE "
include(BundleUtilities) include(BundleUtilities)
# BundleUtilities.cmake verify_app fails unless we ignore QtWebEngineProcess.exe, as it fails if there are any "external" prerequisites # BundleUtilities.cmake verify_app fails unless we ignore QtWebEngineProcess.exe, as it fails if there are any " external " prerequisites
# Should we ignore it? It appears to work OK if we do. Is there a better way? # Should we ignore it? It appears to work OK if we do. Is there a better way?
fixup_bundle(\"${SDRANGEL_BINARY_BIN_DIR}/sdrangel${CMAKE_EXECUTABLE_SUFFIX}\" \"\" \"${WINDOWS_FIXUP_BUNDLE_LIB_DIRS}\" IGNORE_ITEM \"QtWebEngineProcess.exe\") fixup_bundle(\"${SDRANGEL_BINARY_BIN_DIR}/sdrangel${CMAKE_EXECUTABLE_SUFFIX}\" \"\" \"${WINDOWS_FIXUP_BUNDLE_LIB_DIRS}\" IGNORE_ITEM \"QtWebEngineProcess.exe\")
" COMPONENT Runtime) " COMPONENT Runtime)