diff options
author | Brad King <brad.king@kitware.com> | 2022-06-10 16:31:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-10 18:24:03 (GMT) |
commit | ab40020b17155a4a78ccfe7bc38efa239c27e38e (patch) | |
tree | 49f7e59dc4cbffd35d33cc212bc745037f8c89be | |
parent | 89e1113e0cf16be3fddfee4a57324010d0377056 (diff) | |
download | CMake-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.in | 1 |
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 = ( ); |