mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
test passing CMAKE_FLAGS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user