mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 23:29:55 -05:00
BundleUtilities: Fix bundle verification on Unix by considering rpaths.
This commit is contained in:
committed by
Brad King
parent
ac0786cb9a
commit
10fcef0275
@@ -1008,7 +1008,8 @@ function(verify_bundle_prerequisites bundle result_var info_var)
|
||||
endif()
|
||||
|
||||
if(NOT ignoreFile)
|
||||
get_prerequisites("${f}" prereqs 1 1 "${exepath}" "")
|
||||
get_item_rpaths(${f} _main_exe_rpaths)
|
||||
get_prerequisites("${f}" prereqs 1 1 "${exepath}" "${_main_exe_rpaths}")
|
||||
|
||||
# On the Mac,
|
||||
# "embedded" and "system" prerequisites are fine... anything else means
|
||||
|
||||
Reference in New Issue
Block a user