Skip to content
Snippets Groups Projects
Commit 635178ac authored by Simon Praetorius's avatar Simon Praetorius Committed by Santiago Ospina De Los Ríos
Browse files

Add changelog entry

parent 0c144e4a
Branches
No related tags found
2 merge requests!1470Fix wrong variable name to make target hash (2.10),!1355Provide a cmake utility dune_default_include_directories
......@@ -7,6 +7,13 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
## Build system: Changelog
- Change the way include directories are set in dune projects. OLD behavior: use `include_directories`
in `dune_project` to globally set include dirs for all targets. NEW behavior: Provide a utility
`dune_default_include_directories` to set include dirs on targets manually. Which behavior to
activate can be decided in each module by using the new dune policy `DP0001`, which can be set
to `OLD` or `NEW` correspondingly.
- The CMake function `dune_target_enable_all_packages` can now handle Interface libraries too.
## C++: Changelog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment