Skip to content

Commit

Permalink
cxx 20 version usage according to style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
littlemountainman committed Jan 30, 2025
1 parent 4eaf6ed commit c579ba4
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 @@ -16,7 +16,7 @@ endif(NOT CMAKE_C_STANDARD)

# C++ standard can be overridden when this is used as a sub-project.
if(NOT CMAKE_CXX_STANDARD)
# This project requires C++11. Why?
# This project requires C++11. Why? Change proposed as per Google styleguide (01/2025)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
Expand Down

0 comments on commit c579ba4

Please sign in to comment.