https://github.com/Kitware/CMake
Revision d2430b2ffdfb29a1b65b39bf6620d05411f0e79e authored by Brad King on 28 June 2011, 20:27:06 UTC, committed by CMake Topic Stage on 28 June 2011, 20:27:06 UTC
fc04531 Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"

2 parent s 34238d5 + fc04531
Raw File
Tip revision: d2430b2ffdfb29a1b65b39bf6620d05411f0e79e authored by Brad King on 28 June 2011, 20:27:06 UTC
Merge topic 'revert-fixbug_0004147'
Tip revision: d2430b2
.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