summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-29 14:31:26 -0400
committerBrad King <brad.king@kitware.com>2022-09-29 15:04:07 -0400
commitdc5fc898f68846b24723b5702731ee2efb94f603 (patch)
tree61c6698b4d6eed2d3e9506efc8a47063435fa1f4 /Source/cmGlobalXCodeGenerator.h
parenta7fb4bc4750ed2d8f4eb6e2aca312cc35b8e96cc (diff)
downloadcmake-dc5fc898f68846b24723b5702731ee2efb94f603.tar.gz
Xcode: Set object file locations using TARGET_TEMP_DIR
This avoids relying on `SYMROOT` to locate the object files. Issue: #22550
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 92e45280d1..e924169404 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -339,11 +339,6 @@ private:
std::string GetLibraryOrFrameworkPath(const std::string& path) const;
- std::string GetObjectsDirectory(const std::string& projName,
- const std::string& configName,
- const cmGeneratorTarget* t,
- const std::string& variant) const;
-
static std::string GetDeploymentPlatform(const cmMakefile* mf);
void ComputeArchitectures(cmMakefile* mf);