Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
fix 🦈
Browse files Browse the repository at this point in the history
  • Loading branch information
walchko committed Jul 2, 2022
1 parent 939086e commit 3171baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10.0)
project(marko VERSION 2022.6.30.1 LANGUAGES CXX)
cmake_minimum_required(VERSION 3.14.0)
project(marko VERSION 2022.7.1.1 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 3171baa

Please sign in to comment.