https://github.com/Kitware/CMake
Revision 3e3a12a4ab5989a34fece99db9002db3822f5924 authored by Brad King on 19 February 2016, 14:47:36 UTC, committed by CMake Topic Stage on 19 February 2016, 14:47:36 UTC
26fdd9c3 CPack: Fix CPACK_INSTALL_CMAKE_PROJECTS SubDirectory (4th) option

2 parent s 29c266e + 26fdd9c
Raw File
Tip revision: 3e3a12a4ab5989a34fece99db9002db3822f5924 authored by Brad King on 19 February 2016, 14:47:36 UTC
Merge topic 'fix-CPACK_INSTALL_CMAKE_PROJECTS-subdirectory'
Tip revision: 3e3a12a
.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
*.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
back to top