COMP: Remove compile warning in bootstrap stage
This commit is contained in:
parent
e9da9cc3d7
commit
33024e8ff6
|
@ -53,7 +53,11 @@
|
||||||
#include "cmLoadCommandCommand.cxx"
|
#include "cmLoadCommandCommand.cxx"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void GetPredefinedCommands(std::list<cmCommand*>& commands)
|
void GetPredefinedCommands(std::list<cmCommand*>&
|
||||||
|
#if defined(CMAKE_BUILD_WITH_CMAKE)
|
||||||
|
commands
|
||||||
|
#endif
|
||||||
|
)
|
||||||
{
|
{
|
||||||
#if defined(CMAKE_BUILD_WITH_CMAKE)
|
#if defined(CMAKE_BUILD_WITH_CMAKE)
|
||||||
commands.push_back(new cmAbstractFilesCommand);
|
commands.push_back(new cmAbstractFilesCommand);
|
||||||
|
|
Loading…
Reference in New Issue