Skip to content

Commit

Permalink
changed cmake to c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
RedSkittleFox committed Jan 17, 2024
1 parent e1453ba commit e681bf8
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 @@ -11,7 +11,7 @@ if (PROJECT_IS_TOP_LEVEL)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/bin-etc")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/bin")

set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED)
endif()

Expand Down

0 comments on commit e681bf8

Please sign in to comment.