summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmake.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 52f2ef0..bc1d381 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -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