mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Previously REAL_PATH would collapse paths before resolving any symlinks so if `..` crossed a symlink the output from `REAL_PATH` would be wrong. It looked like REAL_PATH did this by mistake since it was a side-effect of ensuring we had an absolute path before resolving symlinks.
3 lines
60 B
CMake
3 lines
60 B
CMake
cmake_policy(SET CMP0152 OLD)
|
|
include(CMP0152-Common.cmake)
|