Skip to content

Commit bf51059

Browse files
committed
reduce minimum necessary CMake version to 3.10 from 3.14
1 parent 066d6fb commit bf51059

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.14)
1+
cmake_minimum_required(VERSION 3.10)
22
project(HQ9+)
33
set(CMAKE_CXX_STANDARD 20)
44
include_directories(.)

0 commit comments

Comments
 (0)