diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2024-05-30 00:12:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 00:12:48 -0700 |
| commit | 9fe23ca12f09bc42da4377ac1bd0a4410f00c672 (patch) | |
| tree | 114fd8c831437bdd31e0bd00f665331201d73b20 /CMakeLists.txt | |
| parent | efdbb954c57b89362e390f955d45f90e59d66878 (diff) | |
Increase MSVC warning level to 4 for Slang projects (#4207)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f9158301d..d08147403 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -328,7 +328,7 @@ if(SLANG_ENABLE_SLANG_GLSLANG) slang_add_target( source/slang-glslang MODULE - USE_EXTRA_WARNINGS + USE_FEWER_WARNINGS LINK_WITH_PRIVATE glslang SPIRV SPIRV-Tools-opt INSTALL ) |
