Add dependency of userdoc-html to userdoc-pdf
- Oct 02, 2024
-
-
Stéphane Del Pino authored
Unfortunately, CMake does allow to specify serial build for some targets (for all generators). This fake dependency is used to avoid race conditions that may occur in building these two targets in parallel (temporary files are generated during doc generation). The bad consequence of this change is that one cannot build html doc without pdf doc if it can be generated...
-