Skip to content
Snippets Groups Projects

Fix detection of missing dependency headers in FindxDAQ

Merged Louis Moureaux requested to merge bugfix/findxdaq-dependencies into develop
+ 1
1
@@ -172,7 +172,7 @@ list(REMOVE_DUPLICATES xdaq_requested_libs)
foreach(lib ${xDAQ_FIND_COMPONENTS})
set(xdaq_${lib}_required_variables xDAQ_${lib}_LIBRARY xDAQ_${lib}_INCLUDE_DIR)
foreach(dep ${xdaq_${lib}_recursive_depends})
list(APPEND xdaq_${lib}_required_variables xDAQ_${dep}_LIBRARY)
list(APPEND xdaq_${lib}_required_variables xDAQ_${dep}_LIBRARY xDAQ_${dep}_INCLUDE_DIR)
# Threads
if(xdaq_${dep}_threads)
Loading