https://github.com/Kitware/CMake
Revision 78e6217f314f22fa531261ee16b519a0dd751def authored by Stephen Kelly on 16 March 2013, 20:42:19 UTC, committed by Brad King on 18 March 2013, 13:35:07 UTC
Otherwise, it seems to match on the content of the variable.
1 parent 253a913
Raw File
Tip revision: 78e6217f314f22fa531261ee16b519a0dd751def authored by Stephen Kelly on 16 March 2013, 20:42:19 UTC
FPHSA: Fix FOUND_VAR check to work with if() auto-dereference
Tip revision: 78e6217
.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
*.dsptemplate   -crlf
*.dsw           -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
back to top