summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-29 18:31:26 (GMT)
committerBrad King <brad.king@kitware.com>2022-09-29 19:04:07 (GMT)
commitdc5fc898f68846b24723b5702731ee2efb94f603 (patch)
tree61c6698b4d6eed2d3e9506efc8a47063435fa1f4 /Source/cmGlobalXCodeGenerator.h
parenta7fb4bc4750ed2d8f4eb6e2aca312cc35b8e96cc (diff)
downloadCMake-dc5fc898f68846b24723b5702731ee2efb94f603.zip
CMake-dc5fc898f68846b24723b5702731ee2efb94f603.tar.gz
CMake-dc5fc898f68846b24723b5702731ee2efb94f603.tar.bz2
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 92e4528..e924169 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);