Skip to content

Commit

Permalink
Build doxygen under C++17 while we wait for the package to be fixed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Twon authored Feb 4, 2025
1 parent 1216212 commit 14e66ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
sed -i.backup '1a mold*:build_type=Release' .conan2/profiles/default
sed -i.backup '1a onetbb*:build_type=Release' .conan2/profiles/default
sed -i.backup '1a mold*:compiler.libcxx=libstdc++11' .conan2/profiles/default
sed -i.backup '1a doxygen*:compiler.cppstd=17' .conan2/profiles/default
echo "tools.cmake.cmaketoolchain:generator = Ninja Multi-Config" >> .conan2/global.conf
echo "tools.system.package_manager:mode = install" >> .conan2/global.conf
Expand Down

0 comments on commit 14e66ef

Please sign in to comment.