Merge branch 'c++options'

This commit is contained in:
John Ralls
2022-03-29 15:58:22 -07:00
106 changed files with 15978 additions and 13848 deletions

View File

@@ -568,7 +568,7 @@ endif()
add_definitions(-D_GNU_SOURCE)
# Also, set the C++ version to c++11
# Set up the language standards:
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)