mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 23:57:44 +00:00
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
|
||||
// Only for bootstrap
|
||||
path += mf->GetSafeDefinition("EXECUTABLE_OUTPUT_PATH");
|
||||
path += "/";
|
||||
path += name;
|
||||
path += cmSystemTools::GetExecutableExtension();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user