mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
COMP: Remove compile warning in bootstrap stage
This commit is contained in:
@@ -53,7 +53,11 @@
|
||||
#include "cmLoadCommandCommand.cxx"
|
||||
#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)
|
||||
commands.push_back(new cmAbstractFilesCommand);
|
||||
|
||||
Reference in New Issue
Block a user