https://github.com/Kitware/CMake
Revision 8e550ba31e6b68d85f96bcb833d65e937a7139e2 authored by David Partyka on 26 October 2010, 14:27:41 UTC, committed by David Partyka on 26 October 2010, 14:28:42 UTC
It is already using CMAKE style paths.
1 parent 1684198
Raw File
Tip revision: 8e550ba31e6b68d85f96bcb833d65e937a7139e2 authored by David Partyka on 26 October 2010, 14:27:41 UTC
Remove unecessary TO_CMAKE_PATH for gp_cmd_dir.
Tip revision: 8e550ba
.gitattributes
.gitattributes   export-ignore

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

*.bat           -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