2009-11-27 19:17:43 +01:00
|
|
|
Index: Source/cmTarget.cxx
|
|
|
|
===================================================================
|
2010-07-23 17:17:12 +02:00
|
|
|
--- Source/cmTarget.cxx.orig 2010-06-28 17:15:59.000000000 +0200
|
|
|
|
+++ Source/cmTarget.cxx 2010-07-20 22:27:13.000000000 +0200
|
|
|
|
@@ -3785,7 +3785,7 @@ bool cmTarget::IsChrpathUsed(const char*
|
2008-05-07 00:25:59 +02: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;
|
|
|
|
}
|