BUG: fix realpath problem again...
This commit is contained in:
parent
55415f418a
commit
f6b3049bda
|
@ -1206,6 +1206,7 @@ std::string cmSystemTools::CollapseFullPath(const char* in_name)
|
|||
# endif
|
||||
# endif
|
||||
realpath(dir.c_str(), resolved_name);
|
||||
dir = resolved_name;
|
||||
return dir + "/" + file;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue