Update CMake documentation (3.12.1)

pull/856/merge
Thibaut Courouble 7 years ago
parent 5cbfdf4fd8
commit 1820fe328c

@ -167,7 +167,7 @@ credits = [
'https://github.com/clojure/clojure/blob/master/epl-v10.html'
], [
'CMake',
'2000-2017 Kitware, Inc. and Contributors',
'2000-2018 Kitware, Inc. and Contributors',
'BSD',
'https://cmake.org/licensing/'
], [

@ -16,12 +16,22 @@ module Docs
options[:skip_patterns] = [/\Agenerator/, /\Ainclude/, /\Arelease/]
options[:attribution] = <<-HTML
&copy; 2000&ndash;2017 Kitware, Inc. and Contributors<br>
&copy; 2000&ndash;2018 Kitware, Inc. and Contributors<br>
Licensed under the BSD 3-clause License.
HTML
version '3.12' do
self.release = '3.12.1'
self.base_url = 'https://cmake.org/cmake/help/v3.12/'
end
version '3.11' do
self.release = '3.11.4'
self.base_url = 'https://cmake.org/cmake/help/v3.11/'
end
version '3.10' do
self.release = '3.10.1'
self.release = '3.10.3'
self.base_url = 'https://cmake.org/cmake/help/v3.10/'
end

Loading…
Cancel
Save