Skip to content
Snippets Groups Projects

Add dependency of userdoc-html to userdoc-pdf

  1. Oct 02, 2024
    • Stéphane Del Pino's avatar
      Add dependency of userdoc-html to userdoc-pdf · 6512554e
      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...
      6512554e
Loading