https://github.com/Kitware/CMake
Revision f4d3c44cc774871f6924304f1f0d3b05fd060f1a authored by Brad King on 19 May 2016, 15:51:51 UTC, committed by Brad King on 19 May 2016, 15:59:25 UTC
Avoid using a KWSys RegularExpression to search for RPATH substrings.
It cannot handle large expressions.
1 parent e0da6c3
Raw File
Tip revision: f4d3c44cc774871f6924304f1f0d3b05fd060f1a authored by Brad King on 19 May 2016, 15:51:51 UTC
Fix support for large RPATH updates (#16105)
Tip revision: f4d3c44
.gitattributes
.gitattributes   export-ignore
.hooks*          export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -crlf
*.bat.in        -crlf
*.dsp           -crlf
*.dsw           -crlf
*.pfx           -crlf
*.png           -crlf
*.sln           -crlf
*.vcproj        -crlf

*.c              whitespace=tab-in-indent
*.h              whitespace=tab-in-indent
*.cxx            whitespace=tab-in-indent
*.txt            whitespace=tab-in-indent
*.cmake          whitespace=tab-in-indent

*.rst            whitespace=tab-in-indent conflict-marker-size=79
back to top