Use an install name dir of @executable_path/../lib instead of @rpath.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 26 Feb 2014 21:51:28 +0000 (21:51 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 26 Feb 2014 21:51:28 +0000 (21:51 +0000)
commit692c94c1c9b5642cecb8fc7b6fa5ce3145b70ff1
treeb1cdb3e6a64575e2913fba1544816de705d9282a
parent685b0d9315c0e4305113e8a92b1891908c3f5fe6
Use an install name dir of @executable_path/../lib instead of @rpath.

Using @executable_path/../lib matches what we have on Makefiles and works
with older versions of OS X too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202302 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt