cgal/Linear_cell_complex
Sebastien Loriot 1690619625
CGAL: Modernize CMakeLists.txt (#8528)
## Summary of Changes

- Changed `PUBLIC` to `PRIVATE`  in the `target_link_libraries()`
- ~~Link against `Boost::<COMPONENT>`~~ as we do more than just linking
and must use the `CGAL::_.._support`
- Use `target_compile_definitions()` and `add_compile_definitions()`

More to be done.

## Release Management

* Affected package(s): all
* Issue(s) solved (if any): fix one item of  #4815
* License and copyright ownership: unchanged
2024-10-31 10:32:25 +01:00
..
benchmark remove -D that is not compatible with "older" cmake versions 2024-10-22 08:19:49 +02:00
demo/Linear_cell_complex remove -D that is not compatible with "older" cmake versions 2024-10-22 08:19:49 +02:00
doc/Linear_cell_complex issue #8515 Spelling mistakes found checking `en-GB` to `en-US` 2024-10-05 11:28:29 +02:00
examples/Linear_cell_complex remove -D that is not compatible with "older" cmake versions 2024-10-22 08:19:49 +02:00
include/CGAL Merge pull request #8501 from afabri/CGAL-assert-GF 2024-10-21 19:17:21 +02:00
package_info/Linear_cell_complex fix dependency updates 2024-04-11 09:51:34 +02:00
test/Linear_cell_complex More PRIVATE in LCC and Generalized_map 2024-10-09 07:19:52 +01:00