Files
CMake/Help/release/dev/ExternalProject-FetchContent-relative-git-remotes.rst
Chris Wright 550f63447d ExternalProject/FetchContent: Support relative remote URLs
Teach `ExternalProject_Add` and `FetchContent_Declare` to resolve
relative remote URLs provided via `GIT_REPOSITORY`.  Add policy
CMP0150 to maintain compatibility.

Fixes: #24211
Co-Authored-By: Craig Scott <craig.scott@crascit.com>
2023-04-26 16:30:36 +08:00

8 lines
327 B
ReStructuredText

ExternalProject-FetchContent-Relative-git-remotes
-------------------------------------------------
* The :module:`ExternalProject` and :module:`FetchContent` modules
now resolve relative `GIT_REPOSITORY` paths as relative to the
parent project's remote, not as a relative local file system path.
See :policy:`CMP0150`.