Skip to content

Commit

Permalink
Include migration notes
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Jul 23, 2024
1 parent 3e138c2 commit da40bb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ release will remove the deprecated code.
The change deprecates the HIDDEN_SYMBOLS_BY_DEFAULT flag that can be
removed.

1. **Breaking**: Now the code generates always a `doc` target that can be
called to generate the documentation. The `doc` target is excluded from
the ALL target so it needs to be explicitly triggered.

1. **Deprecated**: `BUILD_DOCS` CMake arguments is deprecated.
**Replacement**: building docs is excluded from the default build and needs
to be explicitly triggered by calling the `doc` target.

1. **Deprecated**: `GzPython.cmake`
**Replacement**: Use `find_package(Python3)` to find Python3 and the
`Python3_EXECUTABLE` variable instead of `PYTHON_EXECUTABLE`.
Expand Down

0 comments on commit da40bb0

Please sign in to comment.