Skip to content

Commit

Permalink
Move to C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Nov 7, 2023
1 parent 7eeaf87 commit d104b90
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 @@ -37,7 +37,7 @@ set_property(GLOBAL PROPERTY JOB_POOLS analysis=${ANALYSIS_COMPILE_POOL})

include(O2BuildSanityChecks)
o2_build_sanity_checks()
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)

find_package(ONNXRuntime::ONNXRuntime CONFIG)
Expand Down

0 comments on commit d104b90

Please sign in to comment.