mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
This commit is contained in:
@@ -34,7 +34,7 @@ bool cmBuildCommand::InitialPass(std::vector<std::string> const& args)
|
||||
std::string makecommand = this->Makefile->GetLocalGenerator()
|
||||
->GetGlobalGenerator()->GenerateBuildCommand
|
||||
(makeprogram.c_str(), this->Makefile->GetProjectName(), 0,
|
||||
0, "Release", true);
|
||||
0, "Release", true, false);
|
||||
|
||||
if(cacheValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user