diff options
| author | Brad King <brad.king@kitware.com> | 2021-12-02 16:47:11 (GMT) |
|---|---|---|
| committer | Kitware Robot <kwrobot@kitware.com> | 2021-12-02 16:47:31 (GMT) |
| commit | 90275453546b6be8fdfc461460406bc96e94e737 (patch) | |
| tree | be65b086b576cdd668cfaaa70f0da1a69021104d /Source/cmVisualStudio10TargetGenerator.h | |
| parent | c9e776bcb45c410e5c7827e19923db7e60dbbecd (diff) | |
| parent | a80d95b1147437b9fa934e74d586ee41029eaee2 (diff) | |
| download | CMake-90275453546b6be8fdfc461460406bc96e94e737.zip CMake-90275453546b6be8fdfc461460406bc96e94e737.tar.gz CMake-90275453546b6be8fdfc461460406bc96e94e737.tar.bz2 | |
Merge topic 'vs-enum-class'
a80d95b114 cmVisualStudio10TargetGenerator: Change VsProjectType to be enum class
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6776
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
| -rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index e4b48c3..ec6362f 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -209,7 +209,8 @@ private: OptionsMap NasmOptions; OptionsMap LinkOptions; std::string LangForClCompile; - enum VsProjectType + + enum class VsProjectType { vcxproj, csproj |
