summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-02-17 16:23:02 (GMT)
committerBrad King <brad.king@kitware.com>2022-02-17 16:23:02 (GMT)
commit4313c5acbc3b8dbd6ffb4ace198f5b2c72b0c7a5 (patch)
tree74e3422be845bc28770fae7e4088e361c12495de /Source/cmGlobalVisualStudio10Generator.h
parent77871555de842d837170c9f7add1971385468c40 (diff)
downloadCMake-4313c5acbc3b8dbd6ffb4ace198f5b2c72b0c7a5.zip
CMake-4313c5acbc3b8dbd6ffb4ace198f5b2c72b0c7a5.tar.gz
CMake-4313c5acbc3b8dbd6ffb4ace198f5b2c72b0c7a5.tar.bz2
VS: Revert "Write ZERO_CHECK.proj for VS19 and above"
Revert commit 925da7d428 (VS: Write ZERO_CHECK.proj for VS19 and above, 2021-12-24). Although its commit message was mistakenly not updated, it implemented the change for VS 2017 and below too. Since it was merged, I've discovered several subtle failures in nightly testing with VS 2017. Revert the change pending further investigation.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h
index 2203f71..4977a84 100644
--- a/Source/cmGlobalVisualStudio10Generator.h
+++ b/Source/cmGlobalVisualStudio10Generator.h
@@ -118,8 +118,6 @@ public:
return this->WindowsTargetPlatformVersion;
}
- bool IsInSolution(const cmGeneratorTarget* gt) const override;
-
/** Return true if building for WindowsCE */
bool TargetsWindowsCE() const override { return this->SystemIsWindowsCE; }