We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794b974 commit e3f9781Copy full SHA for e3f9781
buildconfig/CMake/CommonSetup.cmake
@@ -130,6 +130,7 @@ endif()
130
# ######################################################################################################################
131
set(CMAKE_CXX_STANDARD 20)
132
set(CMAKE_CXX_STANDARD_REQUIRED ON)
133
+set(CMAKE_CXX_EXTENSIONS OFF)
134
135
136
# Setup ccache
0 commit comments