mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
STYLE: add some newlines to cmake_install.cmake, so it's easier to read
-move the array behind the if, it's unused before it Alex
This commit is contained in:
@@ -108,11 +108,11 @@ void cmFindLibraryCommand::AddLib64Paths()
|
||||
std::string voidsize =
|
||||
this->Makefile->GetRequiredDefinition("CMAKE_SIZEOF_VOID_P");
|
||||
int size = atoi(voidsize.c_str());
|
||||
std::vector<std::string> path64;
|
||||
if(size != 8)
|
||||
{
|
||||
return;
|
||||
}
|
||||
std::vector<std::string> path64;
|
||||
bool found64 = false;
|
||||
for(std::vector<std::string>::iterator i = this->SearchPaths.begin();
|
||||
i != this->SearchPaths.end(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user