Improve cmake scripts to find required utilities
Compare changes
- Stéphane Del Pino authored
- to build html doc, one requires emacs and gnuplot - to build pdf doc, one requires additionally pdflatex and pygmentize
+ 39
− 3
@@ -6,10 +6,16 @@ find_program(EMACS emacs)
@@ -64,7 +70,7 @@ if (EMACS)
@@ -92,7 +98,37 @@ if (EMACS)