summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-11-20 14:12:42 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-11-20 14:12:59 (GMT)
commit2f30b29ac3cbd4ba36ccaf2bee89a4a565a03c6d (patch)
treeda4dbe56a0198a038d37a6b1f2a7f5ceb4e0f0eb /Help
parenta03780c4c36e6402731f65e0e43a115caf85365c (diff)
parenta3a85524cd133888288689871e69da76f2267eda (diff)
downloadCMake-2f30b29ac3cbd4ba36ccaf2bee89a4a565a03c6d.zip
CMake-2f30b29ac3cbd4ba36ccaf2bee89a4a565a03c6d.tar.gz
CMake-2f30b29ac3cbd4ba36ccaf2bee89a4a565a03c6d.tar.bz2
Merge topic 'fileapi-file-sets-base-dirs-relative' into release-3.28
a3a85524cd fileapi: Fix file sets' base directories relative to top source Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8977
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-file-api.7.rst4
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.