Skip to content

Commit

Permalink
feat: c++23 support (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni authored Oct 18, 2024
1 parent 6407980 commit bd6e779
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 @@ -8,7 +8,7 @@ project(network VERSION 0 LANGUAGES CXX C)

set_property(GLOBAL PROPERTY USE_FOLDERS ON)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

option(ENABLE_SHARED "" OFF)
Expand Down

0 comments on commit bd6e779

Please sign in to comment.