Separate ICG & SWIG exclusion constructs

Refs #392
This commit is contained in:
Derek Bankieris
2017-03-27 15:19:43 -05:00
parent 2335f6bb69
commit b53c52ac33
9 changed files with 187 additions and 209 deletions

View File

@ -161,7 +161,7 @@ void HeaderSearchDirs::AddDirsAndFiles(std::string env_var, std::vector<std::str
}
} else {
std::cout << bold(color(WARNING, "Warning")) << " Cannot find " <<
env_var << " directory " << quote(bold(item)) << std::endl ;
env_var << " path " << quote(bold(item)) << std::endl ;
}
}
}