Merge pull request #1792 from dob205/master

Fixing compiling with normal user permissions on macOS
This commit is contained in:
Miran Grča
2021-11-10 11:17:45 +01:00
committed by GitHub

View File

@@ -173,10 +173,6 @@ endif()
# 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)