forked from pool/cmake
12 lines
320 B
Diff
12 lines
320 B
Diff
--- Source/cmTarget.cxx
|
|
+++ Source/cmTarget.cxx
|
|
@@ -3105,7 +3105,7 @@ bool cmTarget::IsChrpathUsed()
|
|
}
|
|
|
|
// 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;
|
|
}
|