Merge in SNORT/snort3 from ~PRBG/snort3:update_min_libdaq_version to master
Squashed commit of the following:
commit
7190ff171d721ec8a17b45ab0a71a3676a903031
Author: âPriyanka <prbg@cisco.com>
Date: Wed May 4 16:42:41 2022 -0400
build: Update dependent libdaq version to 3.0.7
#]=======================================================================]
find_package(PkgConfig)
-pkg_check_modules(PC_DAQ libdaq>=3.0.5)
+pkg_check_modules(PC_DAQ libdaq>=3.0.7)
# Use DAQ_INCLUDE_DIR_HINT and DAQ_LIBRARIES_DIR_HINT from configure_cmake.sh as primary hints
# and then package config information after that.