Fix detection of missing dependency headers in FindxDAQ
Compare changes
+ 1
− 1
@@ -172,7 +172,7 @@ list(REMOVE_DUPLICATES xdaq_requested_libs)
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.