mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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)
|