summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.h
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-12-01 13:05:06 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2020-12-01 14:50:01 (GMT)
commitf8d8faff8d01323d5a48a3b9be55cf9b6e10d5b4 (patch)
tree748c7eab8a29147749ccbf11f367dd0670b01136 /Source/cmNinjaTargetGenerator.h
parenta22a8f1e36628f32485b4aebed7cd30ee40c5b4a (diff)
downloadCMake-f8d8faff8d01323d5a48a3b9be55cf9b6e10d5b4.zip
CMake-f8d8faff8d01323d5a48a3b9be55cf9b6e10d5b4.tar.gz
CMake-f8d8faff8d01323d5a48a3b9be55cf9b6e10d5b4.tar.bz2
Ninja Generators: Homogenize configuration with Makefiles
* Use same configuration variables to configure dependencies * Abstract Ninja deps format from compiler one
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r--Source/cmNinjaTargetGenerator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h
index 4ba37ad..83a4342 100644
--- a/Source/cmNinjaTargetGenerator.h
+++ b/Source/cmNinjaTargetGenerator.h
@@ -42,8 +42,6 @@ public:
std::string GetTargetName() const;
- bool NeedDepTypeMSVC(const std::string& lang) const;
-
protected:
bool SetMsvcTargetPdbVariable(cmNinjaVars&, const std::string& config) const;