Skip to content

Commit

Permalink
I have no idea what I'm doing
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesugb committed Apr 12, 2024
1 parent d310080 commit 4aaeb37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.16)
project(avk)

if (MSVC)
# <ranges> support requires /std:c++latest on MSVC
set(CMAKE_CXX_STANDARD 23)
add_compile_options(/bigobj)
set(CMAKE_CXX_STANDARD 20)
else (MSVC)
set(CMAKE_CXX_STANDARD 20)
endif (MSVC)
Expand Down

0 comments on commit 4aaeb37

Please sign in to comment.