diff options
author | Brad King <brad.king@kitware.com> | 2022-09-29 18:31:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-09-29 19:04:07 (GMT) |
commit | dc5fc898f68846b24723b5702731ee2efb94f603 (patch) | |
tree | 61c6698b4d6eed2d3e9506efc8a47063435fa1f4 /Source/cmGlobalXCodeGenerator.h | |
parent | a7fb4bc4750ed2d8f4eb6e2aca312cc35b8e96cc (diff) | |
download | CMake-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.h | 5 |
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); |