mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
bug fixes for external projects
This commit is contained in:
@@ -48,7 +48,7 @@ bool cmIncludeExternalMSProjectCommand::InitialPass(std::vector<std::string> con
|
||||
utility_name += args[0];
|
||||
|
||||
m_Makefile->AddUtilityCommand(utility_name.c_str(), "echo", "\"Include external project\"",
|
||||
false, name_and_location, depends);
|
||||
true, name_and_location, depends);
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user