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.
CMAKE_CXX_STANDARD_REQUIRED
1 parent be7355e commit c49a5dcCopy full SHA for c49a5dc
CMakeLists.txt
@@ -373,6 +373,7 @@ if(CLR_CMAKE_PLATFORM_XPLAT)
373
)
374
375
set(CMAKE_CXX_STANDARD 11)
376
+ set(CMAKE_CXX_STANDARD_REQUIRED ON)
377
378
# todo: fix general visibility of the interface
379
# do not set to `fvisibility=hidden` as it is going to
@@ -391,6 +392,7 @@ if(CLR_CMAKE_PLATFORM_XPLAT)
391
392
-Wno-undefined-inline\
393
-Wno-inconsistent-missing-override\
394
-Wno-c++14-extensions\
395
+ -Wno-c++17-extensions\
396
-Wno-macro-redefined\
397
-Wno-pragmas\
398
-Wno-invalid-token-paste\
0 commit comments