Skip to content

Commit d9fea9d

Browse files
phakofarindk
authored andcommitted
Bump CMake minimum version
CMake 4 does not accept <= 3.5 anymore (although it is claiming < 3.5 only) so bump it to 3.16.3, similar to libheif's minimal requirement Fixes #478
1 parent 578d76e commit d9fea9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.5.0)
1+
cmake_minimum_required (VERSION 3.16.3)
22

33
project (libde265
44
LANGUAGES C CXX

0 commit comments

Comments
 (0)