Skip to content

Commit 6687ab5

Browse files
committed
rv “reduce minimum necessary CMake version to 3.10 from 3.14”
revert commit c5b5
1 parent bf51059 commit 6687ab5

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

0 commit comments

Comments
 (0)