From: Benjamin Reed Date: Tue, 20 May 2008 15:17:15 +0000 (+0000) Subject: fix install_name RPATH stuff on OSX X-Git-Tag: v1.6rc1~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51ca869f659b50ff595f8f2ddb7fe655410bb6a1;p=taglib 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 436627e0..3128948b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")