From e45d002562fd0a08320cf5114a4c94319d9f0bb9 Mon Sep 17 00:00:00 2001 From: adam-bloom Date: Thu, 1 Apr 2021 22:37:09 -0600 Subject: [PATCH] Remove unnecessary verify_app function fixup_bundle performs bundle verification, so this was a duplicate --- src/openrct2-ui/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2-ui/CMakeLists.txt b/src/openrct2-ui/CMakeLists.txt index 385aa29cc3..ce14758338 100644 --- a/src/openrct2-ui/CMakeLists.txt +++ b/src/openrct2-ui/CMakeLists.txt @@ -201,7 +201,6 @@ if(MACOS_BUNDLE) install(CODE " include(BundleUtilities) fixup_bundle(${CMAKE_BINARY_DIR}/${MACOS_APP_NAME} \"\" \"\") - verify_app(${CMAKE_BINARY_DIR}/${MACOS_APP_NAME}) " BUNDLE DESTINATION ${CMAKE_BINARY_DIR} ) endif ()