summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-06-22 15:18:49 (GMT)
committerBrad King <brad.king@kitware.com>2023-06-22 15:22:08 (GMT)
commita4d532e9987747b08ba46656257863885ee5fd94 (patch)
tree089a1cbacd5b27eca2decbdcec9dee4cb8778efa /Source/cmGlobalVisualStudio8Generator.h
parent0cd5300665fdbb68c32e318e5ca423854716c7a7 (diff)
downloadCMake-a4d532e9987747b08ba46656257863885ee5fd94.zip
CMake-a4d532e9987747b08ba46656257863885ee5fd94.tar.gz
CMake-a4d532e9987747b08ba46656257863885ee5fd94.tar.bz2
VS: Restore Windows SDK selection with platform in generator name
Refactoring in commit e259063b0a (VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is known, 2023-03-31, v3.27.0-rc1~206^2~5) accidentally dropped the Windows SDK selection code path for VS generators named with the old-style platform suffix. Fixes: #25007
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h
index 5555e9b..cb0ea76 100644
--- a/Source/cmGlobalVisualStudio8Generator.h
+++ b/Source/cmGlobalVisualStudio8Generator.h
@@ -60,8 +60,6 @@ protected:
cmGlobalVisualStudio8Generator(cmake* cm, const std::string& name,
std::string const& platformInGeneratorName);
- virtual bool InitializePlatform(cmMakefile* mf);
-
virtual bool ProcessGeneratorPlatformField(std::string const& key,
std::string const& value);