Skip to content

Commit 996d4e4

Browse files
committed
update cmake required version to 3.10
CMake 3.31 complains that the compatibility with <3.10 will be removed in future versions of CMake, so to satisvy that.
1 parent 1433105 commit 996d4e4

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,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.8.0 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
22
# change version also in configure.ac
33
project(gpujpeg VERSION 0.25.6 LANGUAGES C CUDA)
44

0 commit comments

Comments
 (0)