It was totally subproject-unsafe, and setting a super bad example. This is bad, because doxygen is annoying to get right and we occasionally tell people to go use our example test case. There is a fun nuance here, that makes doxygen unpredictably work on some versions, and fail on others. Specifically, values must be quoted in doxygen 1.8, but not in doxygen 1.9, or they break -- but only if the output directory contains spaces. This was "fixed" in commitpull/11580/headef91bacb7a
which actually caused it to act like an unquoted OUTPUT_DIRECTORY is not provided at all, and then fixed for real in commiteb3d1eb5ad
For portability, it is necessary to quote this just to be on the safe side. Fixes #11579
parent
3ca56dc778
commit
b3b57342ef
3 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue