Ver Fonte

BUG: Fix path to CMake executables when run from bootstrap build.

Brad King há 18 anos atrás
pai
commit
54a470dd03
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Source/cmake.cxx

+ 1 - 0
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