https://github.com/Kitware/CMake
Revision d01320d4b74dfa51952499f28974b764ae63b0f8 authored by Brad King on 20 May 2014, 13:40:16 UTC, committed by CMake Topic Stage on 20 May 2014, 13:40:16 UTC
1890c668 Keep cmake_minimum_required calls in sync with current version
81a3f228 Do not change minimum required version in modules

2 parent s c1edede + 1890c66
Raw File
Tip revision: d01320d4b74dfa51952499f28974b764ae63b0f8 authored by Brad King on 20 May 2014, 13:40:16 UTC
Merge topic 'preserve_cmake_minimum_required_version'
Tip revision: d01320d
.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