mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04:00
fix install_name RPATH stuff on OSX
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@810378 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -27,6 +27,10 @@ if (WIN32)
|
||||
set(CMAKE_DEBUG_POSTFIX "d")
|
||||
endif (WIN32)
|
||||
|
||||
IF(APPLE)
|
||||
set(CMAKE_INSTALL_NAME_DIR ${LIB_INSTALL_DIR})
|
||||
ENDIF(APPLE)
|
||||
|
||||
SET(TAGLIB_LIB_MAJOR_VERSION "1")
|
||||
SET(TAGLIB_LIB_MINOR_VERSION "5")
|
||||
SET(TAGLIB_LIB_PATCH_VERSION "0")
|
||||
|
Reference in New Issue
Block a user