Skip to content

Commit

Permalink
Remove cmake options for doxygen build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Mar 20, 2024
1 parent b4ddd93 commit 348b7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
git checkout Release_1_10_0
mkdir build
cd build
cmake .. -Duse_libclang=ON -Dstatic_libclang=YES -Duse_libc++=NO -DLLVM_ROOT=/usr/lib/llvm-15/lib/cmake/llvm -DClang_ROOT=/usr/lib/llvm-15/lib/cmake/clang
cmake .. -Duse_libclang=ON
make -j 2 VERBOSE=1
make install
Expand Down

0 comments on commit 348b7ef

Please sign in to comment.