Skip to content

Commit

Permalink
Fix minimum required cmake version
Browse files Browse the repository at this point in the history
CXX_STANDARD 20 was added in 3.12
  • Loading branch information
ZeroMemes committed Sep 30, 2024
1 parent 9df3b09 commit ee7c33d
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,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.12)

if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 20)
Expand Down

0 comments on commit ee7c33d

Please sign in to comment.