https://github.com/Kitware/CMake
Revision 9e5e2d704abaef1b0a45201985f06a15290c1d09 authored by Brad King on 15 October 2020, 19:07:21 UTC, committed by Brad King on 27 October 2020, 18:36:16 UTC
Some calls to CollapseFullPath that already have an absolute path were
updated by commit 22f38c0d6b (cmake: avoid getcwd in `CollapseFullPath`,
2020-01-14, v3.17.0-rc1~171^2) to pass an arbitrary second argument to
prevent unnecessary `getcwd` calls.  Since then, the KWSys
implementation of CollapseFullPath has learned to avoid unnecessary
`getcwd` calls on its own, so we can drop the arbitrary second arguments
to our CollapseFullPath calls.
1 parent 024de8d
History
Tip revision: 9e5e2d704abaef1b0a45201985f06a15290c1d09 authored by Brad King on 15 October 2020, 19:07:21 UTC
Remove unnecessary arbitrary CollapseFullPath second arguments
Tip revision: 9e5e2d7
File Mode Size
pull_request_template.md -rw-r--r-- 329 bytes

back to top