Remove bundled BundleUtilities

Previously, we included a newer version of BundleUtilities and
GetPrerequisites for macOS. However, the changes we needed have long been
included in CMake, and we weren't using our BundleUtilities in all the
places it was being used.
This commit is contained in:
Adam Wolf 2022-11-29 12:01:30 -06:00 committed by Jon Evans
parent 98775afcba
commit 05fe0e740d
3 changed files with 0 additions and 2183 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -223,7 +223,6 @@ if( APPLE )
${OSX_BUNDLE_OVERRIDE_PATHS}
# do all the work
include( ${CMAKE_MODULE_PATH}/BundleUtilities.cmake )
if ( ${PYTHON_FRAMEWORK_HELPER} )
# This idea here is to repair anything that fixup_bundle doesn't handle