From: Russ Combs (rucombs) Date: Tue, 7 Dec 2021 12:09:58 +0000 (+0000) Subject: Pull request #3202: cmake: fix CMP0115 Warning X-Git-Tag: 3.1.19.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d247e0b78f5de861829ce585d8b7e23a27232e6;p=thirdparty%2Fsnort3.git Pull request #3202: cmake: fix CMP0115 Warning Merge in SNORT/snort3 from ~SHASLAD/snort3:fix_CMP0115 to master Squashed commit of the following: commit 4f33340e63579e2412b2dda17c294d9fcbbdff46 Author: Shashi Lad Date: Mon Dec 6 20:57:13 2021 -0500 cmake: fix CMP0115 Warning --- diff --git a/src/packet_io/CMakeLists.txt b/src/packet_io/CMakeLists.txt index 13689e82b..fa17cb110 100644 --- a/src/packet_io/CMakeLists.txt +++ b/src/packet_io/CMakeLists.txt @@ -22,7 +22,7 @@ if (ENABLE_STATIC_DAQ) ) set_source_files_properties(sfdaq.cc PROPERTIES COMPILE_DEFINITIONS ENABLE_STATIC_DAQ) include_directories(${CMAKE_CURRENT_BINARY_DIR}) - set(STATIC_DAQ_MODULES_HEADER "sfdaq_static_modules.h") + set(STATIC_DAQ_MODULES_HEADER "sfdaq_static_modules.h.in") endif () add_library (packet_io OBJECT