2012-11-02 14:31:52 +00:00
|
|
|
--- Source/cmTarget.cxx.orig 2012-11-02 14:39:11.177148019 +0100
|
|
|
|
+++ Source/cmTarget.cxx 2012-11-02 14:39:21.777018932 +0100
|
|
|
|
@@ -4130,7 +4130,7 @@
|
2008-05-06 22:25:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Allow the user to disable builtin chrpath explicitly.
|
|
|
|
- if(this->Makefile->IsOn("CMAKE_NO_BUILTIN_CHRPATH"))
|
|
|
|
+ if(1 || this->Makefile->IsOn("CMAKE_NO_BUILTIN_CHRPATH"))
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|