Tweaking things to fix potential compile errors

Should hopefully make GitHub Actions happy
This commit is contained in:
dob205
2021-11-10 10:26:00 +01:00
committed by GitHub
parent 4728483188
commit 9f78c37f37

View File

@@ -53,7 +53,6 @@ endif()
if(DEV_BRANCH)
add_compile_definitions(DEV_BRANCH)
set(APP_ICON_MACOSX ${CMAKE_CURRENT_SOURCE_DIR}/mac/icons/branch/86Box.icns)
endif()
if(VNC)
@@ -170,6 +169,10 @@ install(TARGETS 86Box)
# adjustments for macOS app bundles
if(APPLE)
install(TARGETS 86Box
BUNDLE DESTINATION . COMPONENT Runtime
RUNTIME DESTINATION bin COMPONENT Runtime
)
set(APPS ${CMAKE_CURRENT_BINARY_DIR}/86Box.app)
install(CODE "
include(InstallRequiredSystemLibraries)