summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.h
diff options
context:
space:
mode:
authorAlexander Boczar <boczar@hotmail.com>2020-02-18 20:07:39 (GMT)
committerBrad King <brad.king@kitware.com>2020-02-25 15:24:23 (GMT)
commit7c944da75700a2f68879551a253093b73f2d7951 (patch)
tree75c9a3052e3e6056a43719440c789d887d531b0c /Source/cmGlobalVisualStudio8Generator.h
parent8625ffd939b3c74944f6da9652777f7ca137b856 (diff)
downloadCMake-7c944da75700a2f68879551a253093b73f2d7951.zip
CMake-7c944da75700a2f68879551a253093b73f2d7951.tar.gz
CMake-7c944da75700a2f68879551a253093b73f2d7951.tar.bz2
VS: Add target property to explicitly control solution deployment
Add a `VS_SOLUTION_DEPLOY` property to control solution deploy mark. Fixes: #20346
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h
index 8f8e33b..6ce67d3 100644
--- a/Source/cmGlobalVisualStudio8Generator.h
+++ b/Source/cmGlobalVisualStudio8Generator.h
@@ -57,10 +57,6 @@ protected:
virtual bool NeedsDeploy(cmGeneratorTarget const& target,
const char* config) const;
- /** Returns true if deployment has been disabled in cmake file. */
- bool DeployInhibited(cmGeneratorTarget const& target,
- const char* config) const;
-
/** Returns true if the target system support debugging deployment. */
virtual bool TargetSystemSupportsDeployment() const;