Skip to content

Commit 1557862

Browse files
authored
Update CMake minimum required version to 3.10 (#73)
1 parent 70e6f5e commit 1557862

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 2.8)
1+
cmake_minimum_required(VERSION 3.10)
22
project(catimg)
33

44
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)

0 commit comments

Comments
 (0)