Skip to content

Commit 2250070

Browse files
committed
Change minimum required CMake version to 3.20
This is the same requirement as for building WPE WebKit itself.
1 parent 3acbb9f commit 2250070

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
2-
cmake_policy(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.20)
32

43
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
54
include(VersioningUtils)

0 commit comments

Comments
 (0)