Skip to content

Commit bf44da6

Browse files
authored
Update CMakePresets.json
1 parent 9eb21ef commit bf44da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"inherits": "confs-windows-common",
6161
"cacheVariables": {
6262
"CMAKE_CXX_COMPILER": "clang-cl",
63-
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Wshadow -Wpedantic -Wunused -Wformat=2 -Wnull-dereference -Wnon-virtual-dtor -Woverloaded-virtual -Wold-style-cast -Wno-missing-prototypes -Wno-switch-enum -Wno-c++98-compat"
63+
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Wshadow -Wpedantic -Wunused -Wformat=2 -Wnull-dereference -Wnon-virtual-dtor -Woverloaded-virtual -Wold-style-cast -Wno-missing-prototypes -Wno-switch-enum -Wno-c++98-compat /EHsc"
6464
},
6565
"vendor": {
6666
"microsoft.com/VisualStudioSettings/CMake/1.0": {

0 commit comments

Comments
 (0)