Skip to content

Commit 581ef84

Browse files
committed
Disable CXX extensions
1 parent ed8a1ad commit 581ef84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/CompileOptions.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ set(DEFAULT_PROJECT_OPTIONS
2323
LINKER_LANGUAGE "CXX"
2424
POSITION_INDEPENDENT_CODE ON
2525
CXX_VISIBILITY_PRESET "hidden"
26+
CXX_EXTENSIONS Off
2627
)
2728

2829

0 commit comments

Comments
 (0)