Skip to content

Commit

Permalink
ci: set C++ standard to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzniewski committed May 12, 2023
1 parent 9130042 commit 1ffe899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ObsPluginHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ if(OS_POSIX)
endif()
endif()

# Set required C++ standard to C++17
set(CMAKE_CXX_STANDARD 17)
# Set required C++ standard to C++20
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

Expand Down

0 comments on commit 1ffe899

Please sign in to comment.