We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1de223 commit c3f23deCopy full SHA for c3f23de
.github/workflows/gh-pages.yml
@@ -15,7 +15,7 @@ jobs:
15
run: |
16
brew install graphviz ninja doxygen
17
- name: configure
18
- run: cmake -G Ninja -Duse_libclang=ON -B ./build -S .
+ run: cmake -G Ninja -Duse_libclang=ON -DCMAKE_CXX_COMPILER=clang++ -B ./build -S .
19
- name: build
20
run: cmake --build build -t doc
21
- name: gh-pages
0 commit comments