mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
ENH: fix test
This commit is contained in:
@@ -27,7 +27,6 @@ class cmLBDepend : public cmMakeDepend
|
||||
|
||||
void cmLBDepend::DependWalk(cmDependInformation* info)
|
||||
{
|
||||
m_Verbose = true;
|
||||
std::ifstream fin(info->m_FullPath.c_str());
|
||||
if(!fin)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user