diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-07-21 18:05:32 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-07-21 18:05:32 (GMT) |
commit | ad748ce26e61f19ab46308dff4cb614b839fcc1c (patch) | |
tree | 463a905658547440ef6f0a39a9f05fa665df6333 /Tests/LoadCommand/CMakeCommands/cmTestCommand.c | |
parent | 898dfe5a2deff445d501f3991b7553c3b3332dff (diff) | |
download | CMake-ad748ce26e61f19ab46308dff4cb614b839fcc1c.zip CMake-ad748ce26e61f19ab46308dff4cb614b839fcc1c.tar.gz CMake-ad748ce26e61f19ab46308dff4cb614b839fcc1c.tar.bz2 |
BUG: work around XCode issue
Diffstat (limited to 'Tests/LoadCommand/CMakeCommands/cmTestCommand.c')
-rw-r--r-- | Tests/LoadCommand/CMakeCommands/cmTestCommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c index c5ee611..b1431cf 100644 --- a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c +++ b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c @@ -128,7 +128,7 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[]) ccArgs[3] = argv[1]; ccDep[0] = ccArgs[2]; ccOut[0] = ccArgs[3]; - info->CAPI->AddCustomCommand(mf, "LoadedCommand.cxx", + info->CAPI->AddCustomCommand(mf, "LoadedCommand.cxx.in", file, 4, ccArgs, 1, ccDep, |