diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-10-08 19:55:24 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-10-08 19:55:24 (GMT) |
commit | fd3323177d1bceea0cfac851f36fc4a46fc03366 (patch) | |
tree | 67bd7e3a6fe137caf1d6d8d4820efb34286365ca /Tests/LoadCommand | |
parent | abf33378888971b2b18cacef8e77977c4d81a860 (diff) | |
download | CMake-fd3323177d1bceea0cfac851f36fc4a46fc03366.zip CMake-fd3323177d1bceea0cfac851f36fc4a46fc03366.tar.gz CMake-fd3323177d1bceea0cfac851f36fc4a46fc03366.tar.bz2 |
new plugin API
Diffstat (limited to 'Tests/LoadCommand')
-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; |