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:
Benjamin Reed
2008-05-20 15:17:15 +00:00
parent 55c788b608
commit 51ca869f65

View File

@ -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")