diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-05-24 09:42:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 09:42:06 +0200 |
| commit | 0f4dbdb0d4e809743ebef47b8a12a7a5253dcf94 (patch) | |
| tree | 472d22a4fa0f2c996b9ae48a0a8c4bdbe94b0b04 | |
| parent | 532c6a84852391c14f4d16b46cb7f69599cd97a3 (diff) | |
| parent | 63680f23d789b2a960bf608ba7abced0c1d1f924 (diff) | |
Merge pull request #11841 from shuffle2/modules
msvc: disable building std modules
| -rw-r--r-- | Source/VSProps/Base.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 9fc87b6713..329c832f51 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -30,6 +30,7 @@ <LanguageStandard_C>stdc17</LanguageStandard_C> <!--Enable latest C++ standard--> <LanguageStandard>stdcpplatest</LanguageStandard> + <BuildStlModules>false</BuildStlModules> <!--Enable Standard Conformance--> <ConformanceMode>true</ConformanceMode> <!--Enforce some behaviors as standards-conformant when they don't default as such.--> |
