https://github.com/Kitware/CMake
Revision 01a41bc98ca8f2451e69fde4ac513b57276809ff authored by Brad King on 04 February 2014, 18:34:52 UTC, committed by CMake Topic Stage on 04 February 2014, 18:34:52 UTC
028a5285 OS X: Make sure RPATHs are unique to avoid possible corruption.

2 parent s 5414b0e + 028a528
Raw File
Tip revision: 01a41bc98ca8f2451e69fde4ac513b57276809ff authored by Brad King on 04 February 2014, 18:34:52 UTC
Merge topic 'osx-rpath-unique'
Tip revision: 01a41bc
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top