Skip to content

Commit f81289c

Browse files
committed
examples: update cmake required version to 3.10
CMake complains that the compatibility with <3.10 will be removed in future versions of CMake, so to satisfy that (as in the "main" CMakeLists.txt in 996d4e4).
1 parent 8420b4f commit f81289c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/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
project(gpujpeg-examples LANGUAGES C)
33

44
find_package(GPUJPEG REQUIRED)

0 commit comments

Comments
 (0)