Merge in SNORT/snort3 from ~AKAYAMBU/snort3:daqcmakefix to master
Squashed commit of the following:
commit
9bd81840fdec5361257a729c0c54e70c39cd126c
Author: Arunkumar Kayambu <akayambu@cisco.com>
Date: Fri Aug 19 11:41:19 2022 -0400
daq: Remove duplicate entries from static module list
thanks to GitHub user raging-loon for reporting the issue
set(DAQ_STATIC_MODULE_LIBS ${DAQ_STATIC_MODULE_LIBS} CACHE INTERNAL "Static DAQ module libraries")
endif()
if (DAQ_STATIC_MODULES)
+ list(REMOVE_DUPLICATES DAQ_STATIC_MODULES)
list(SORT DAQ_STATIC_MODULES)
set(DAQ_STATIC_MODULES ${DAQ_STATIC_MODULES} CACHE INTERNAL "Static DAQ modules")
endif()