From: Hong, Yang A Date: Tue, 2 Aug 2022 19:25:27 +0000 (+0000) Subject: Fix cmake CMP0115 warning for CMake 3.20 and above X-Git-Tag: vectorscan/5.4.10~1^2~2^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc5a423c7e547765f06d4c10f8a23cd773d6c033;p=thirdparty%2Fvectorscan.git Fix cmake CMP0115 warning for CMake 3.20 and above --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d53a7778..577cab2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -628,7 +628,7 @@ endif () set (hs_exec_SRCS ${hs_HEADERS} - src/hs_version.h + src/hs_version.h.in src/ue2common.h src/allocator.h src/crc32.c @@ -804,7 +804,7 @@ SET (hs_compile_SRCS src/grey.h src/hs.cpp src/hs_internal.h - src/hs_version.h + src/hs_version.h.in src/scratch.h src/state.h src/ue2common.h