diff options
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 4eca9a4..91bda8c 100644 --- a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c +++ b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c @@ -55,7 +55,7 @@ static void Destructor(void *inf) } #ifdef MUCHO_MUDSLIDE -void CM_PLUGIN_EXPORT cmInitializeCommand(cmLoadedCommandInfo *info) +void CM_PLUGIN_EXPORT CMAKE_TEST_COMMANDInit(cmLoadedCommandInfo *info) { info->InitialPass = InitialPass; info->FinalPass = FinalPass; |