summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-10 16:31:51 (GMT)
committerBrad King <brad.king@kitware.com>2022-06-10 18:24:03 (GMT)
commitab40020b17155a4a78ccfe7bc38efa239c27e38e (patch)
tree49f7e59dc4cbffd35d33cc212bc745037f8c89be
parent89e1113e0cf16be3fddfee4a57324010d0377056 (diff)
downloadCMake-ab40020b17155a4a78ccfe7bc38efa239c27e38e.zip
CMake-ab40020b17155a4a78ccfe7bc38efa239c27e38e.tar.gz
CMake-ab40020b17155a4a78ccfe7bc38efa239c27e38e.tar.bz2
Xcode: Suppress "Run Script" build phase warning during compiler id
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs.
-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 cca54bc..43e8cc8 100644
--- a/Modules/CompilerId/Xcode-3.pbxproj.in
+++ b/Modules/CompilerId/Xcode-3.pbxproj.in
@@ -49,6 +49,7 @@
};
2C8FEB8E15DC1A1A00E56A5D = {
isa = PBXShellScriptBuildPhase;
+ alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);