Skip to content
Snippets Groups Projects
Commit 99387d38 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos Committed by Timo Koch
Browse files

Add CHANGELOG entry

parent d8406c05
Branches
Tags
1 merge request!1464[cmake] Require linked libs through find_dependency
......@@ -7,6 +7,8 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
## Build system: Changelog
- Propagate dependencies of `dune-common` when consumed. This means that a CMake project may find
`dune-common` and consume the `Dune::Common` target without the need of the dune build system.
- Change the way include directories are set in dune projects. OLD behavior: use `include_directories`
in `dune_project` to set include dirs for the current project. NEW behavior: Provide a utility
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment