mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
This command should always set the cahce variabel to a filepath not a path
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user