Skip to content

Commit 7400573

Browse files
authored
Merge pull request #72 from cginternals/disable_cxx_extensions
Disable CXX extensions
2 parents 47c5883 + 581ef84 commit 7400573

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)