Skip to content

Commit

Permalink
let's see if we can start using c++20 on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sandsmark committed Dec 24, 2019
1 parent 8cb8a99 commit 1744a69
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
Expand Up @@ -5,7 +5,7 @@ else()
cmake_minimum_required(VERSION 3.9)
endif()

set (CMAKE_CXX_STANDARD 17)
set (CMAKE_CXX_STANDARD 20)

project(freeaoe)

Expand Down

0 comments on commit 1744a69

Please # to comment.