Skip to content

Commit

Permalink
upgrade to c++ 20
Browse files Browse the repository at this point in the history
  • Loading branch information
vovatrykoz committed Dec 24, 2024
1 parent 47b5afd commit ce3a42c
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 @@ -3,7 +3,7 @@ project(E2E_analysis_framework LANGUAGES C CXX)

cmake_policy(SET CMP0135 NEW)

set (CMAKE_CXX_STANDARD 17)
set (CMAKE_CXX_STANDARD 20)

set(INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include)
set(CODE_SOURCE_DIR ${PROJECT_SOURCE_DIR}/source)
Expand Down

0 comments on commit ce3a42c

Please sign in to comment.