1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

fix cmake syntax warning, separate token by whitespace

This commit is contained in:
Jiří Pinkava 2022-09-15 19:50:37 +02:00
parent bea0583d9e
commit 79f0e40dc3

View File

@ -216,7 +216,7 @@ elseif(WIN32 OR MINGW)
if(BUILD_GUI)
install(CODE "
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?
fixup_bundle(\"${SDRANGEL_BINARY_BIN_DIR}/sdrangel${CMAKE_EXECUTABLE_SUFFIX}\" \"\" \"${WINDOWS_FIXUP_BUNDLE_LIB_DIRS}\" IGNORE_ITEM \"QtWebEngineProcess.exe\")
" COMPONENT Runtime)