BALL-Project / ball

The Biochemical Algorithms Library
GNU Lesser General Public License v2.1
72 stars 31 forks source link

macOS installer: unexpected prefix @executable_path #650

Open tkemmer opened 6 years ago

tkemmer commented 6 years ago

install_name_tool does not seem to like @executable_path any longer.

CPack: Create package using DragNDrop
CPack: Install projects
CPack: - Run preinstall target for: BALL
CPack: - Install project: BALL
ERROR: Unexpected prefix "@executable_path"
ERROR: Unexpected prefix "@executable_path"
ERROR: Unexpected prefix "@executable_path"
ERROR: Unexpected prefix "@executable_path"
ERROR: Unexpected prefix "@executable_path"

XCode 9.3

tkemmer commented 5 years ago

Note: This "ERROR" does not prevent the package from being built. Thus, packaging on macOS still works.