diff options
author | Brad King <brad.king@kitware.com> | 2023-11-20 14:12:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-20 14:12:11 (GMT) |
commit | 3c1176bb24a06644864dc0a3c0a8e757d631e350 (patch) | |
tree | 077c32d3c8f2830bd90ccf4d376c5cd5a535700f /Help | |
parent | 13874b2631d9b5b2d7a10ac85d0c77802c10cad2 (diff) | |
parent | a3a85524cd133888288689871e69da76f2267eda (diff) | |
download | CMake-3c1176bb24a06644864dc0a3c0a8e757d631e350.zip CMake-3c1176bb24a06644864dc0a3c0a8e757d631e350.tar.gz CMake-3c1176bb24a06644864dc0a3c0a8e757d631e350.tar.bz2 |
Merge branch 'fileapi-file-sets-base-dirs-relative' into release-3.27
Merge-request: !8977
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-file-api.7.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst index 5f16a8b..a6d2345 100644 --- a/Help/manual/cmake-file-api.7.rst +++ b/Help/manual/cmake-file-api.7.rst @@ -1094,7 +1094,9 @@ with members: ``baseDirectories`` A JSON array of strings specifying the base directories containing sources - in the file set. + in the file set. If the file is inside the top-level source directory + then the path is specified relative to that directory. Otherwise the path + is absolute. This field was added in codemodel version 2.5. |