summaryrefslogtreecommitdiff
path: root/Tests/LoadCommand/CMakeCommands/cmTestCommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/LoadCommand/CMakeCommands/cmTestCommand.c')
-rw-r--r--Tests/LoadCommand/CMakeCommands/cmTestCommand.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c
index f1e1f214c0..ecdffc0c8e 100644
--- a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c
+++ b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c
@@ -59,6 +59,7 @@ CM_PLUGIN_EXPORT const char *cmGetName()
return "CMAKE_TEST_COMMAND";
}
+#ifdef MUCHO_MUDSLIDE
void CM_PLUGIN_EXPORT cmInitializeCommand(cmLoadedCommandInfo *info)
{
info->InitialPass = InitialPass;
@@ -66,6 +67,7 @@ void CM_PLUGIN_EXPORT cmInitializeCommand(cmLoadedCommandInfo *info)
info->Destructor = Destructor;
info->m_Inherited = 0;
}
+#endif