mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-19 14:28:34 -05:00
cmGlobalVisualStudio7Generator: Remove unused variable
This commit is contained in:
@@ -773,7 +773,6 @@ void cmGlobalVisualStudio7Generator::WriteExternalProject(std::ostream& fout,
|
||||
const char* typeGuid,
|
||||
const std::set<std::string>&)
|
||||
{
|
||||
std::string d = cmSystemTools::ConvertToOutputPath(location);
|
||||
fout << "Project("
|
||||
<< "\"{"
|
||||
<< (typeGuid ? typeGuid : this->ExternalProjectType(location))
|
||||
|
||||
Reference in New Issue
Block a user