1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 23:50:53 +02:00

update README

update CPM.cmake to version 0.30.0
This commit is contained in:
ClausKlein 2021-02-17 13:16:45 +01:00
parent 49fc73f82c
commit d9210698c9
4 changed files with 9 additions and 5 deletions

View file

@ -22,12 +22,12 @@ jobs:
- name: Install dependencies
run: |
brew install doxygen
brew install doxygen graphviz
pip3 install jinja2 Pygments
- name: Build
run: |
cmake -Sdocumentation -Bbuild
cmake -S documentation -B build
cmake --build build --target GenerateDocs
- name: Publish