BUG: fix for #8423
This commit is contained in:
parent
56ea0ad186
commit
33c296a44e
@ -91,7 +91,8 @@ bool cmGetFilenameComponentCommand
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Collapse the path to its simplest form.
|
// Collapse the path to its simplest form.
|
||||||
result = cmSystemTools::CollapseFullPath(filename.c_str());
|
filename = cmSystemTools::CollapseFullPath(filename.c_str());
|
||||||
|
result = cmSystemTools::GetRealPath(filename.c_str());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -14,6 +14,7 @@ AddCMakeTest(VariableWatch "")
|
|||||||
AddCMakeTest(Include "")
|
AddCMakeTest(Include "")
|
||||||
AddCMakeTest(FindBase "")
|
AddCMakeTest(FindBase "")
|
||||||
AddCMakeTest(Toolchain "")
|
AddCMakeTest(Toolchain "")
|
||||||
|
AddCMakeTest(GetFilenameComponentSymlinks "")
|
||||||
|
|
||||||
SET(GetPrerequisites_PreArgs
|
SET(GetPrerequisites_PreArgs
|
||||||
"-DCTEST_CONFIGURATION_TYPE:STRING=\\\${CTEST_CONFIGURATION_TYPE}"
|
"-DCTEST_CONFIGURATION_TYPE:STRING=\\\${CTEST_CONFIGURATION_TYPE}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user