summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-11-27 19:31:18 (GMT)
committerBrad King <brad.king@kitware.com>2023-11-27 19:31:18 (GMT)
commit7a1fd8b0d23fcaf535acb206f29aa78c8a0b295c (patch)
treeb1b580bbddaec25bffb432239c08375eb8f41f46 /Help/manual
parent5fbc24a31da4cbc42bb08087a64e85a3f483bd98 (diff)
parentceb742a8fbadbda57bd288c1677a5d2dc791234f (diff)
downloadCMake-7a1fd8b0d23fcaf535acb206f29aa78c8a0b295c.zip
CMake-7a1fd8b0d23fcaf535acb206f29aa78c8a0b295c.tar.gz
CMake-7a1fd8b0d23fcaf535acb206f29aa78c8a0b295c.tar.bz2
Merge branch 'release-3.26'
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-file-api.7.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst
index a6d2345..88a7bab 100644
--- a/Help/manual/cmake-file-api.7.rst
+++ b/Help/manual/cmake-file-api.7.rst
@@ -1093,10 +1093,10 @@ with members:
``PRIVATE``, or ``INTERFACE``.
``baseDirectories``
- A JSON array of strings specifying the base directories containing sources
- 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.
+ A JSON array of strings, each specifying a base directory containing
+ sources in the file set. If the directory 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.