Skip to content
Snippets Groups Projects
Commit ef0c85ff authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Add a changelog entry

parent cb6d9b9e
No related branches found
No related tags found
1 merge request!1271Replace ProjectName_INTERFACE_LIBRARIES by ProjectName_LIBRARIES
Pipeline #69067 passed with warnings
Pipeline: Dune Nightly Test

#69076

    ......@@ -134,6 +134,9 @@ In order to build the DUNE core modules you need at least the following software
    - Remove deprecated macros `DUNE_VERSION_NEWER` and `DUNE_VERSION_NEWER_REV`, use `DUNE_VERSION_GTE`
    and `DUNE_VERSION_GTE_REV` instead. There was no deprecation compiler warning.
    - Rename `<module>_INTERFACE_LIBRARIES` into `<module>_LIBRARIES` (representing all module-libraries)
    and introduce `<module>_EXPORTED_LIBRARIES` as a list of all libraries exported by the module.
    ## Deprecations and removals
    - The deprecated header `dune/common/function.hh` has been removed. Use C++ function
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment