Skip to content

Commit

Permalink
set C++23
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsamenezes committed Jun 24, 2024
1 parent d162320 commit d908012
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 @@ -9,7 +9,7 @@ project(CInstrumentation)
#################################

# Demand C++17
set (CMAKE_CXX_STANDARD 17)
set (CMAKE_CXX_STANDARD 23)

# Adds custom modules from ESBMC and default Options
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/scripts/cmake/")
Expand Down

0 comments on commit d908012

Please sign in to comment.