mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
clang-format: format all code as Cpp11
This commit is contained in:
committed by
Brad King
parent
82d9bbf2b7
commit
2b4c32c95f
@@ -313,7 +313,7 @@ int cmCPackGenerator::InstallProjectViaInstalledDirectories(
|
||||
const std::string& tempDir = tempInstallDirectory;
|
||||
for (it = installDirectoriesVector.begin();
|
||||
it != installDirectoriesVector.end(); ++it) {
|
||||
std::vector<std::pair<std::string, std::string> > symlinkedFiles;
|
||||
std::vector<std::pair<std::string, std::string>> symlinkedFiles;
|
||||
cmCPackLogger(cmCPackLog::LOG_DEBUG, "Find files" << std::endl);
|
||||
cmsys::Glob gl;
|
||||
std::string top = *it;
|
||||
@@ -377,8 +377,7 @@ int cmCPackGenerator::InstallProjectViaInstalledDirectories(
|
||||
}
|
||||
/* rebuild symlinks in the installed tree */
|
||||
if (!symlinkedFiles.empty()) {
|
||||
std::vector<std::pair<std::string, std::string> >::iterator
|
||||
symlinkedIt;
|
||||
std::vector<std::pair<std::string, std::string>>::iterator symlinkedIt;
|
||||
std::string curDir = cmSystemTools::GetCurrentWorkingDirectory();
|
||||
std::string goToDir = tempDir;
|
||||
goToDir += "/" + subdir;
|
||||
|
||||
Reference in New Issue
Block a user