summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJordan Williams <jordan@jwillikers.com>2022-07-22 14:27:14 -0500
committerJordan Williams <jordan@jwillikers.com>2022-07-25 14:14:56 -0500
commitad5836cb0d24b0f4f35ee6d57392e21570f56689 (patch)
tree918b77583d5b9cf5dfa816ae403308f597f3f0f2 /README.cmake
parent8e0290fcc8908c89788c3fe254708c4b3cc02186 (diff)
downloaddbus-ad5836cb0d24b0f4f35ee6d57392e21570f56689.tar.gz
Bump CMake version to 3.4
With the minimum version set to 3.4, none of the policies need to be set explicitly to the `NEW` behavior. Each of the policies removed here was introduced before CMake version 3.4. By default then, each of them will be set to NEW automatically. This is part of the behavior of cmake_minimum_required. The cmake_policy commands are therefore redundant and have been removed.
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake
index 281b730d..03e5f27b 100644
--- a/README.cmake
+++ b/README.cmake
@@ -2,7 +2,7 @@ This file describes how to compile dbus using the cmake build system
Requirements
------------
-- cmake version >= 2.6.0 see http://www.cmake.org
+- cmake version >= 3.4 see http://www.cmake.org
- installed libexpat see http://sourceforge.net/projects/expat/
unsupported RelWithDebInfo builds could be fetched
from http://sourceforge.net/projects/kde-windows/files/expat/