Skip to content

Commit e3f9781

Browse files
committed
Disable compiler extensions
This should give us more consistent behaviour across different compilers.
1 parent 794b974 commit e3f9781

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildconfig/CMake/CommonSetup.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ endif()
130130
# ######################################################################################################################
131131
set(CMAKE_CXX_STANDARD 20)
132132
set(CMAKE_CXX_STANDARD_REQUIRED ON)
133+
set(CMAKE_CXX_EXTENSIONS OFF)
133134

134135
# ######################################################################################################################
135136
# Setup ccache

0 commit comments

Comments
 (0)