diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-12-26 03:40:49 +0100 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-01-29 14:11:49 -0500 |
commit | 0e10782ba795050e1ea82530d79c323f60478df4 (patch) | |
tree | b6d8b92725537591b13f0f7a439008f5516178cf /Source/cmGeneratorTarget.h | |
parent | 21fc6c46df7f2271d7baace04f239f031785b917 (diff) | |
download | cmake-0e10782ba795050e1ea82530d79c323f60478df4.tar.gz |
Move GetCompileDefinitions to cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 6f5ecb7e9f..cbcd8a5790 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -68,8 +68,6 @@ public: /** Get the include directories for this target. */ std::vector<std::string> GetIncludeDirectories(const char *config); - std::string GetCompileDefinitions(const char *config = 0); - private: void ClassifySources(); void LookupObjectLibraries(); |