diff options
Diffstat (limited to 'Source/cmFindFileCommand.cxx')
-rw-r--r-- | Source/cmFindFileCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFindFileCommand.cxx b/Source/cmFindFileCommand.cxx index a5a679a..4326cba 100644 --- a/Source/cmFindFileCommand.cxx +++ b/Source/cmFindFileCommand.cxx @@ -68,6 +68,7 @@ bool cmFindFileCommand::Invoke(std::vector<std::string>& args) // Save the value in the cache cmCacheManager::GetInstance()->AddCacheEntry(define, tryPath.c_str(), + "Path to a file.", cmCacheManager::FILEPATH); m_Makefile->AddDefinition(define, tryPath.c_str()); return true; |