mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
ENH: add a check for -NOTFOUND
This commit is contained in:
@@ -435,7 +435,7 @@ void CPropertyList::OnButton()
|
||||
Filter);
|
||||
CString initialDir;
|
||||
CString currPath = pItem->m_curValue;
|
||||
if (currPath == "NOTFOUND")
|
||||
if (currPath.Right(9) == "-NOTFOUND" || currPath == "NOTFOUND")
|
||||
{
|
||||
currPath = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user