File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ cpp_library_setup(
172172### Documentation Features
173173
174174- ** Doxygen integration** with modern configuration
175- - ** doxygen-awesome-css@2.3.4 ** theme for beautiful output
175+ - ** doxygen-awesome-css@2.4.0 ** theme for beautiful output
176176- ** Symbol exclusion** support for implementation details
177177- ** GitHub Pages deployment** via CI
178178- ** Custom Doxyfile support** (falls back to template)
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ function(_cpp_library_setup_executables)
3434
3535 # Download doctest dependency via CPM
3636 if (NOT TARGET doctest::doctest)
37+ # https://github.com/doctest/doctest
3738 CPMAddPackage(
"gh:doctest/[email protected] " )
3839 endif ()
3940
You can’t perform that action at this time.
0 commit comments