ENH: add checking for NOTFOUND

This commit is contained in:
Bill Hoffman
2003-01-31 13:50:42 -05:00
parent 5e661c6639
commit f58d7df66a
17 changed files with 95 additions and 36 deletions

View File

@@ -135,8 +135,9 @@ bool cmFindLibraryCommand::InitialPass(std::vector<std::string> const& argsIn)
return true;
}
}
std::string s = args[0] + "-NOTFOUND";
m_Makefile->AddCacheDefinition(args[0].c_str(),
"NOTFOUND",
s.c_str(),
helpString.c_str(),
cmCacheManager::FILEPATH);
return true;