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 904c118 commit 941ab38Copy full SHA for 941ab38
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