2009-11-27 19:17:43 +01:00
|
|
|
Index: Source/cmTarget.cxx
|
|
|
|
===================================================================
|
|
|
|
--- Source/cmTarget.cxx.orig 2009-11-13 19:32:58.000000000 +0100
|
|
|
|
+++ Source/cmTarget.cxx 2009-11-26 10:41:29.000000000 +0100
|
|
|
|
@@ -3679,7 +3679,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;
|
|
|
|
}
|