]> granicus.if.org Git - taglib/commitdiff
fix install_name RPATH stuff on OSX
authorBenjamin Reed <ranger@befunk.com>
Tue, 20 May 2008 15:17:15 +0000 (15:17 +0000)
committerBenjamin Reed <ranger@befunk.com>
Tue, 20 May 2008 15:17:15 +0000 (15:17 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@810378 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

CMakeLists.txt

index 436627e0a62c8b62336dbe12c21a828934a83ce0..3128948bca509d7645e971cc530a13224b4fe533 100644 (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")