diff options
author | Brad King <brad.king@kitware.com> | 2019-01-09 15:26:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-11 15:37:39 (GMT) |
commit | 68d316e0cf278021d9fa4553471d29803d09a394 (patch) | |
tree | cce6ec6105cfea6c06882de6822af3d2a0f93f79 /Source/CMakeLists.txt | |
parent | d8ed309d0529d9a7b28da561c3640290a8041b68 (diff) | |
download | CMake-68d316e0cf278021d9fa4553471d29803d09a394.zip CMake-68d316e0cf278021d9fa4553471d29803d09a394.tar.gz CMake-68d316e0cf278021d9fa4553471d29803d09a394.tar.bz2 |
VS: Rename VS 2017 generator sources to be version-independent
Rename `cmGlobalVisualStudio{15 => Versioned}Generator`. Rename
`Factory` to `Factory15` since that part still needs to be
version-specific.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 91c45bc..c87ceba 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -696,10 +696,10 @@ if (WIN32) cmGlobalVisualStudio12Generator.cxx cmGlobalVisualStudio14Generator.h cmGlobalVisualStudio14Generator.cxx - cmGlobalVisualStudio15Generator.h - cmGlobalVisualStudio15Generator.cxx cmGlobalVisualStudioGenerator.cxx cmGlobalVisualStudioGenerator.h + cmGlobalVisualStudioVersionedGenerator.h + cmGlobalVisualStudioVersionedGenerator.cxx cmIDEFlagTable.h cmIDEOptions.cxx cmIDEOptions.h |