Skip to content

Commit 67489fb

Browse files
author
Mathias Rav
committed
Bump minimum CMake version to 3.5
CMake 4.0 has shipped in Arch Linux and has dropped support for versions before 3.5.
1 parent 46b5530 commit 67489fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# doc/CMakeLists.txt uses configure_file behavior from CMake 2.8
2-
cmake_minimum_required(VERSION 3.3)
2+
cmake_minimum_required(VERSION 3.5)
33
cmake_policy(SET CMP0063 NEW)
44

55
project(tpie)

0 commit comments

Comments
 (0)