summaryrefslogtreecommitdiffstats
path: root/Modules/CompilerId
diff options
context:
space:
mode:
authorRafal Parzych <rparzych@o2.pl>2018-08-16 18:49:16 (GMT)
committerBrad King <brad.king@kitware.com>2018-08-24 17:58:51 (GMT)
commitc68b358ce3c4eb132e7c6dd24effa83ce58a0bb9 (patch)
tree32fd7a180b8d47624bc33e52f1f03a552a9b81bb /Modules/CompilerId
parentba122ad2a48c58653dc033345f87fa6a717a8c8a (diff)
downloadCMake-c68b358ce3c4eb132e7c6dd24effa83ce58a0bb9.zip
CMake-c68b358ce3c4eb132e7c6dd24effa83ce58a0bb9.tar.gz
CMake-c68b358ce3c4eb132e7c6dd24effa83ce58a0bb9.tar.bz2
Xcode: Set CODE_SIGN_IDENTITY during compiler identification
If `CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY` is set then propagate it to the compiler id test project too. Fixes: #18292
Diffstat (limited to 'Modules/CompilerId')
-rw-r--r--Modules/CompilerId/Xcode-3.pbxproj.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CompilerId/Xcode-3.pbxproj.in b/Modules/CompilerId/Xcode-3.pbxproj.in
index 94bcbf8..4686b64 100644
--- a/Modules/CompilerId/Xcode-3.pbxproj.in
+++ b/Modules/CompilerId/Xcode-3.pbxproj.in
@@ -73,6 +73,7 @@
isa = XCBuildConfiguration;
buildSettings = {
@id_development_team@
+ @id_code_sign_identity@
PRODUCT_NAME = CompilerId@id_lang@;
};
name = Debug;