Fix detection of missing dependency headers in FindxDAQ
- Apr 30, 2020
-
-
62b563b0
-
FindxDAQ already requires .so
for dependent libraries. It doesn't require the corresponding headers to be found. This adds the headers to the list of required files.
Fixes #32 (closed)
Built on a system with missing headers -> configure failed. Installed the headers -> build succeeded.