Fixup external dependencies provided by Homebrew/MacPorts.

metadata
Edgar Velazquez-Armendariz 2013-08-17 23:08:02 -04:00
parent fba9296448
commit fcb3515d7f
1 changed files with 3 additions and 0 deletions

View File

@ -126,5 +126,8 @@ set (libpaths "@MTS_LIBPATHS@")
# Use our custom version of fixup_bundle, which supports @rpath on OS X
list(APPEND CMAKE_MODULE_PATH "@CMAKE_MODULE_PATH@")
include("MtsBundleUtilities")
if(APPLE)
set(BU_CHMOD_BUNDLE_ITEMS ON)
endif()
mts_fixup_bundle("${APP}" "${MTSPLUGINS};${QTPLUGINS};${PYBINDINGS}" "${libpaths}")