Skip to content

Commit

Permalink
CMAKE_CXX_STANDARD changed from 20 to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
KippieSan committed Nov 20, 2023
1 parent 0ab0cfe commit 9d98bdc
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,5 +1,5 @@
cmake_minimum_required(VERSION 3.27)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)
project(unit_test CXX)

include(FetchContent)
Expand Down

0 comments on commit 9d98bdc

Please sign in to comment.