Merge pull request #2369 from evakili/evakili/update-cmake-to-v3.31

Update cmake up to v3.31 and add latest version
pull/2370/head
Simon Legner 2 months ago committed by GitHub
commit 8fff77512c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,10 +16,39 @@ module Docs
options[:skip_patterns] = [/\Agenerator/, /\Acpack_gen/, /\Ainclude/, /\Arelease/, /tutorial\/(\w*%20)+/]
options[:attribution] = <<-HTML
&copy; 2000&ndash;2023 Kitware, Inc. and Contributors<br>
&copy; 2000&ndash;2024 Kitware, Inc. and Contributors<br>
Licensed under the BSD 3-clause License.
HTML
version do
self.base_url = "https://cmake.org/cmake/help/latest/"
end
version '3.31' do
self.release = '3.31'
self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"
end
version '3.30' do
self.release = '3.30'
self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"
end
version '3.29' do
self.release = '3.29'
self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"
end
version '3.28' do
self.release = '3.28'
self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"
end
version '3.27' do
self.release = '3.27'
self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"
end
version '3.26' do
self.release = '3.26'
self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -1 +1 @@
https://cmake.org/gitweb?p=cmake.git;a=blob_plain;f=Source/QtDialog/CMakeSetup.ico;hb=refs/heads/master
https://gitlab.kitware.com/cmake/cmake/-/blob/v3.31.0/Source/QtDialog/CMakeSetup32.png

Loading…
Cancel
Save