1
0
Эх сурвалжийг харах

Merge topic 'cmake-gui-osx-install-mkdir'

32d569af cmake-gui: Teach --install make destination directory (#16064)
Brad King 9 жил өмнө
parent
commit
0f6a8f7a46

+ 1 - 0
Source/QtDialog/CMakeSetup.cxx

@@ -217,6 +217,7 @@ static bool cmOSXInstall(std::string const& dir, std::string const& tool)
       return true;
       }
     }
+  cmSystemTools::MakeDirectory(dir);
   if (symlink(tool.c_str(), link.c_str()) == 0)
     {
     std::cerr << "Linked: '" << link << "' -> '" << tool << "'\n";