What's Changed
Note
Removes install/package config generation, updates Doxygen theme to 2.4.1 with Windows quoting fix, refreshes CI actions, and adjusts README to set CPM cache only when top-level.
- Core (CMake):
- Remove install/export/package config generation and
$<INSTALL_INTERFACE:include>usage incmake/cpp-library-setup.cmake.
- Remove install/export/package config generation and
- Docs:
- Bump
doxygen-awesome-cssto2.4.1and fix PowerShell quoting for Doxygen incmake/cpp-library-docs.cmake. - Update
templates/custom.csscomment to reflect2.4.1.
- Bump
- CI/CD:
- Update Actions versions in
templates/.github/workflows/ci.yml(e.g.,actions/checkout@v5,actions/upload-pages-artifact@v4) and minor workflow cleanups.
- Update Actions versions in
- README:
- Recommend setting
CPM_SOURCE_CACHEonly whenPROJECT_IS_TOP_LEVEL. - Reflect removal of installation mention and update theme/version references; minor formatting improvements.
- Recommend setting
- Cleanup by @sean-parent in #7
Full Changelog: v4.0.3...v4.0.4