mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
Rename the cmake_automoc command to cmake_autogen.
There is no need for a "cmake_automoc" backward compatibility command because it is internal, undocumented, and only executed from a matching version of cmake.
This commit is contained in:
+1
-1
@@ -632,7 +632,7 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string>& args)
|
||||
{
|
||||
return cmcmd::ExecuteEchoColor(args);
|
||||
}
|
||||
else if (args[1] == "cmake_automoc")
|
||||
else if (args[1] == "cmake_autogen")
|
||||
{
|
||||
cmQtAutoGenerators autogen;
|
||||
const char *config = args[3].empty() ? 0 : args[3].c_str();
|
||||
|
||||
Reference in New Issue
Block a user