summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-10-25 13:37:39 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-10-25 13:37:49 (GMT)
commit5c8d821ecabb0fba28719000182f241b16d86b44 (patch)
tree4e8f49cfb6021d461e66f0357ab4f88e43d75b26 /Source
parent5a3f539cd50621298d15df639c29a9c09aace443 (diff)
parentf0005dacdeb04be2d3777735af938ff76d9e3ad5 (diff)
downloadCMake-5c8d821ecabb0fba28719000182f241b16d86b44.zip
CMake-5c8d821ecabb0fba28719000182f241b16d86b44.tar.gz
CMake-5c8d821ecabb0fba28719000182f241b16d86b44.tar.bz2
Merge topic 'xcode-scheme-env'
f0005dacde Xcode: Add CMAKE_XCODE_SCHEME_ENVIRONMENT variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3933
Diffstat (limited to 'Source')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index a4f904b..05c9e6e 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -380,6 +380,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
initProp("XCODE_SCHEME_MALLOC_STACK");
initProp("XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE");
initProp("XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS");
+ initProp("XCODE_SCHEME_ENVIRONMENT");
}
#endif
}