summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorFelix Heidrich <felix@tulip.co>2019-10-17 10:45:20 (GMT)
committerBrad King <brad.king@kitware.com>2019-10-24 15:24:34 (GMT)
commitf0005dacdeb04be2d3777735af938ff76d9e3ad5 (patch)
tree0f2c14581e5ea659254eaa4409a5957c2753a64f /Source/cmTarget.cxx
parent095fc6d9d96bf9f12770f85ebf0b75d384a7d5fb (diff)
downloadCMake-f0005dacdeb04be2d3777735af938ff76d9e3ad5.zip
CMake-f0005dacdeb04be2d3777735af938ff76d9e3ad5.tar.gz
CMake-f0005dacdeb04be2d3777735af938ff76d9e3ad5.tar.bz2
Xcode: Add CMAKE_XCODE_SCHEME_ENVIRONMENT variable
Initialize the `XCODE_SCHEME_ENVIRONMENT` target property. This was left out of commit 6b7f1e1db0 (Xcode: Add variables and properties to configure schemes, 2018-07-29, v3.13.0-rc1~243^2).
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 99c16f2..472287f 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
}