mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
fileapi: Fix file sets' base directories relative to top source
This field was added by commit b3e9fb67bb (file-api: support exporting
file set information, 2022-11-03, v3.26.0-rc1~389^2) but the relative
path convention used elsewhere was accidentally left out.
Fixes: #25422
This commit is contained in:
@@ -1088,7 +1088,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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user