diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-18 15:38:15 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-18 15:38:15 (GMT) |
commit | eab24670e3e2a8b2a7469ba418e183c363ff27d1 (patch) | |
tree | 3a035e56719c5fa0a612010983c0f7781650f96d /Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c | |
parent | 610ff11cf3725178d70ff0719aedf2f4520e38ce (diff) | |
download | CMake-eab24670e3e2a8b2a7469ba418e183c363ff27d1.zip CMake-eab24670e3e2a8b2a7469ba418e183c363ff27d1.tar.gz CMake-eab24670e3e2a8b2a7469ba418e183c363ff27d1.tar.bz2 |
test passing CMAKE_FLAGS
Diffstat (limited to 'Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c')
-rw-r--r-- | Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c b/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c index f1e1f21..ecdffc0 100644 --- a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c +++ b/Tests/LoadCommandOneConfig/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 |