Skip to content

v4.0.5

Latest

Choose a tag to compare

@sean-parent sean-parent released this 30 Oct 18:24

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 in cmake/cpp-library-setup.cmake.
  • Docs:
    • Bump doxygen-awesome-css to 2.4.1 and fix PowerShell quoting for Doxygen in cmake/cpp-library-docs.cmake.
    • Update templates/custom.css comment to reflect 2.4.1.
  • 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.
  • README:
    • Recommend setting CPM_SOURCE_CACHE only when PROJECT_IS_TOP_LEVEL.
    • Reflect removal of installation mention and update theme/version references; minor formatting improvements.

Full Changelog: v4.0.3...v4.0.4