This command should always set the cahce variabel to a filepath not a path

This commit is contained in:
Ian Scott 2001-10-18 13:03:37 -04:00
parent 71fe9280cb
commit 8106e93dca
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ bool cmFindFileCommand::InitialPass(std::vector<std::string> const& args)
m_Makefile->AddCacheDefinition(args[0].c_str(),
"NOTFOUND",
helpString.c_str(),
cmCacheManager::PATH);
cmCacheManager::FILEPATH);
return true;
}