summaryrefslogtreecommitdiff
path: root/Tests/LoadCommandOneConfig
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-10-08 15:55:24 -0400
committerKen Martin <ken.martin@kitware.com>2002-10-08 15:55:24 -0400
commitfd3323177d1bceea0cfac851f36fc4a46fc03366 (patch)
tree67bd7e3a6fe137caf1d6d8d4820efb34286365ca /Tests/LoadCommandOneConfig
parentabf33378888971b2b18cacef8e77977c4d81a860 (diff)
downloadcmake-fd3323177d1bceea0cfac851f36fc4a46fc03366.tar.gz
new plugin API
Diffstat (limited to 'Tests/LoadCommandOneConfig')
-rw-r--r--Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c b/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c
index 4eca9a47d8..91bda8c6e2 100644
--- a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c
+++ b/Tests/LoadCommandOneConfig/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;