SHA256
3
0
forked from pool/cmake
cmake/cmake-disable-builtin-chrpath.diff

12 lines
366 B
Diff
Raw Normal View History

--- 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 @@
}
// 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;
}