From 23b01383e07062a3182b7f5a46bd39544d117ae0 Mon Sep 17 00:00:00 2001 From: dob205 Date: Wed, 10 Nov 2021 11:13:10 +0100 Subject: [PATCH] Fixing compiling with normal user permissions This should enable compiling things on macOS without resorting to use sudo before cmake --build build --target install. --- src/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8d2ba286f..3e82eabe0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)