mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
STYLE: more space in the cmake_install.cmake script (easier to read)
Alex
This commit is contained in:
@@ -463,7 +463,7 @@ void cmLocalGenerator::GenerateInstallRules()
|
||||
}
|
||||
}
|
||||
fout << "\n";
|
||||
fout << "ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)\n";
|
||||
fout << "ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)\n\n";
|
||||
}
|
||||
|
||||
// Record the install manifest.
|
||||
@@ -475,7 +475,7 @@ void cmLocalGenerator::GenerateInstallRules()
|
||||
"${CMAKE_INSTALL_COMPONENT}.txt\")\n"
|
||||
"ELSE(CMAKE_INSTALL_COMPONENT)\n"
|
||||
" SET(CMAKE_INSTALL_MANIFEST \"install_manifest.txt\")\n"
|
||||
"ENDIF(CMAKE_INSTALL_COMPONENT)\n";
|
||||
"ENDIF(CMAKE_INSTALL_COMPONENT)\n\n";
|
||||
fout
|
||||
<< "FILE(WRITE \""
|
||||
<< homedir.c_str() << "/${CMAKE_INSTALL_MANIFEST}\" "
|
||||
|
||||
Reference in New Issue
Block a user