Skip to content

Commit 38a2521

Browse files
committed
raised minimum version of cmake to 3.21
1 parent bea8fc3 commit 38a2521

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,6 +1,6 @@
11
# -*- mode: CMAKE; -*-
22

3-
cmake_minimum_required(VERSION 3.9)
3+
cmake_minimum_required(VERSION 3.21)
44
project(velocypack CXX C)
55

66
set(CMAKE_CXX_STANDARD 20 CACHE STRING "target C++ standard")

0 commit comments

Comments
 (0)