diff options
author | Brad King <brad.king@kitware.com> | 2023-11-20 14:12:42 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-11-20 14:12:59 (GMT) |
commit | 2f30b29ac3cbd4ba36ccaf2bee89a4a565a03c6d (patch) | |
tree | da4dbe56a0198a038d37a6b1f2a7f5ceb4e0f0eb /Help | |
parent | a03780c4c36e6402731f65e0e43a115caf85365c (diff) | |
parent | a3a85524cd133888288689871e69da76f2267eda (diff) | |
download | CMake-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.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. |