Skip to content

Commit

Permalink
raised minimum version of cmake to 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
fceller committed Feb 17, 2025
1 parent bea8fc3 commit 38a2521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: CMAKE; -*-

cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.21)
project(velocypack CXX C)

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

0 comments on commit 38a2521

Please sign in to comment.