mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
a5e948a36f
Teach find_package() to resolve symlinks when constructing relocatable prefix paths from discovered cmake config files. The `CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS` variable enables this behavior when set to `TRUE`. Fixes: #18704
7 lines
259 B
ReStructuredText
7 lines
259 B
ReStructuredText
find-package-resolve-symlinks
|
|
-----------------------------
|
|
|
|
* The :command:`find_package` command learned to optionally resolve
|
|
symbolic links in the paths to package configuration files.
|
|
See the :variable:`CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS` variable.
|