summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-13 12:15:22 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-04-13 12:15:25 (GMT)
commite155fba644d4686ac8b4f43dfe31c749bba30c67 (patch)
tree2a502a6506bfbaeb4dbb7afd0dd7de2d4d1dd083 /Source/cmGeneratorTarget.h
parent0d928d2fed11472ac1d8cb64e469b3ac86bf4975 (diff)
parent229abfc8f945421c9ad491dff674e41d283ca80f (diff)
downloadCMake-e155fba644d4686ac8b4f43dfe31c749bba30c67.zip
CMake-e155fba644d4686ac8b4f43dfe31c749bba30c67.tar.gz
CMake-e155fba644d4686ac8b4f43dfe31c749bba30c67.tar.bz2
Merge topic 'xcode-remove-UseObjectLibraries'
229abfc8 cmGeneratorTarget: Drop unused UseObjectLibraries method 63fbf587 Xcode: Inline relevant parts of UseObjectLibraries 1afacebe Xcode: Do not add Object Libraries source group on Xcode >= 5 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !698
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index ab80f59..7c86d30 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -347,9 +347,6 @@ public:
time config name placeholder if needed for the generator. */
std::string ObjectDirectory;
- void UseObjectLibraries(std::vector<std::string>& objs,
- const std::string& config) const;
-
void GetAppleArchs(const std::string& config,
std::vector<std::string>& archVec) const;