BUG: work around XCode issue

This commit is contained in:
Ken Martin 2006-07-21 14:05:32 -04:00
parent 898dfe5a2d
commit ad748ce26e
6 changed files with 6 additions and 6 deletions

View File

@ -128,7 +128,7 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
ccArgs[3] = argv[1]; ccArgs[3] = argv[1];
ccDep[0] = ccArgs[2]; ccDep[0] = ccArgs[2];
ccOut[0] = ccArgs[3]; ccOut[0] = ccArgs[3];
info->CAPI->AddCustomCommand(mf, "LoadedCommand.cxx", info->CAPI->AddCustomCommand(mf, "LoadedCommand.cxx.in",
file, file,
4, ccArgs, 4, ccArgs,
1, ccDep, 1, ccDep,

View File

@ -52,8 +52,8 @@ IF (COMPILE_OK)
# if the command loaded, execute the command # if the command loaded, execute the command
IF (COMMAND CMAKE_TEST_COMMAND) IF (COMMAND CMAKE_TEST_COMMAND)
CMAKE_TEST_COMMAND( CMAKE_TEST_COMMAND(
"${LoadedCommand_SOURCE_DIR}/LoadedCommand.cxx" "${LoadedCommand_SOURCE_DIR}/LoadedCommand.cxx.in"
"${LoadedCommand_BINARY_DIR}/LoadedCommand2.cxx" "${LoadedCommand_BINARY_DIR}/LoadedCommand2.cxx.in"
"${LoadedCommand_BINARY_DIR}/LoadedCommand3.cxx" "${LoadedCommand_BINARY_DIR}/LoadedCommand3.cxx"
) )
ENDIF (COMMAND CMAKE_TEST_COMMAND) ENDIF (COMMAND CMAKE_TEST_COMMAND)

View File

@ -128,7 +128,7 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
ccArgs[3] = argv[1]; ccArgs[3] = argv[1];
ccDep[0] = ccArgs[2]; ccDep[0] = ccArgs[2];
ccOut[0] = ccArgs[3]; ccOut[0] = ccArgs[3];
info->CAPI->AddCustomCommand(mf, "LoadedCommand.cxx", info->CAPI->AddCustomCommand(mf, "LoadedCommand.cxx.in",
file, file,
4, ccArgs, 4, ccArgs,
1, ccDep, 1, ccDep,

View File

@ -52,8 +52,8 @@ IF (COMPILE_OK)
# if the command loaded, execute the command # if the command loaded, execute the command
IF (COMMAND CMAKE_TEST_COMMAND) IF (COMMAND CMAKE_TEST_COMMAND)
CMAKE_TEST_COMMAND( CMAKE_TEST_COMMAND(
"${LoadedCommand_SOURCE_DIR}/LoadedCommand.cxx" "${LoadedCommand_SOURCE_DIR}/LoadedCommand.cxx.in"
"${LoadedCommand_BINARY_DIR}/LoadedCommand2.cxx" "${LoadedCommand_BINARY_DIR}/LoadedCommand2.cxx.in"
"${LoadedCommand_BINARY_DIR}/LoadedCommand3.cxx" "${LoadedCommand_BINARY_DIR}/LoadedCommand3.cxx"
) )
ENDIF (COMMAND CMAKE_TEST_COMMAND) ENDIF (COMMAND CMAKE_TEST_COMMAND)