Skip to content

Commit

Permalink
CMake 3.26.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bradking committed Nov 27, 2023
1 parent 569c1d1 commit ceb742a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Help/manual/cmake-file-api.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1087,10 +1087,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.

Expand Down
10 changes: 10 additions & 0 deletions Help/release/3.26.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,13 @@ Changes made since CMake 3.26.0 include the following.
* These versions made no changes to documented features or interfaces.
Some implementation updates were made to support ecosystem changes
and/or fix regressions.

3.26.6
------

* The :manual:`cmake-file-api(7)` "codemodel" version 2 "target" object
``fileSets`` field was introduced by CMake 3.26.0 with entries of its
``baseDirectories`` member incorrectly expressed as absolute paths
even if they are inside the top-level source directory. This has
been fixed. Clients must be updated to expect relative paths under
the top-level source directory.
2 changes: 1 addition & 1 deletion Source/CMakeVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 26)
set(CMake_VERSION_PATCH 5)
set(CMake_VERSION_PATCH 6)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)

Expand Down

0 comments on commit ceb742a

Please sign in to comment.