svn commit: r1920458 - /subversion/branches/cmake/CMakeLists.txt
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: rinrab
Date: Wed Sep 4 12:14:42 2024
New Revision: 1920458
URL: http://svn.apache.org/viewvc?rev=1920458&view=rev
Log:
On the 'cmake' branch: follow-up to r1920457: revert unrelated changes in
CMakeLists.txt; they were accidently committed.
Modified:
subversion/branches/cmake/CMakeLists.txt
Modified: subversion/branches/cmake/CMakeLists.txt
URL: http://svn.apache.org/viewvc/subversion/branches/cmake/CMakeLists.txt?rev=1920458&r1=1920457&r2=1920458&view=diff
==============================================================================
--- subversion/branches/cmake/CMakeLists.txt (original)
+++ subversion/branches/cmake/CMakeLists.txt Wed Sep 4 12:14:42 2024
@@ -36,16 +36,6 @@ function(read_version path var major min
endif()
endfunction()
-# We use the latest, packaged into all package distributions, version of
-# CMake. Bellow will be a table of different package distributions with
-# the distro names and web links. The table can be used to ensure all
-# distros supports the new version to update to.
-#
-# Windows https://cmake.org/download/
-# Visual Studio https://cmake.org/download/
-# Debian https://packages.debian.org/buster/cmake
-# Arch Linux https://archlinux.org/packages/extra/x86_64/cmake/
-#
cmake_minimum_required(VERSION 3.12)
# CMP0092: MSVC warning flags are not in CMAKE_<LANG>_FLAGS by default.