BUG: Fix path to CMake executables when run from bootstrap build.
This commit is contained in:
parent
56c0bbc83f
commit
54a470dd03
@ -2535,6 +2535,7 @@ std::string cmake::FindCMakeProgram(const char* name) const
|
|||||||
#else
|
#else
|
||||||
// Only for bootstrap
|
// Only for bootstrap
|
||||||
path += mf->GetSafeDefinition("EXECUTABLE_OUTPUT_PATH");
|
path += mf->GetSafeDefinition("EXECUTABLE_OUTPUT_PATH");
|
||||||
|
path += "/";
|
||||||
path += name;
|
path += name;
|
||||||
path += cmSystemTools::GetExecutableExtension();
|
path += cmSystemTools::GetExecutableExtension();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user