]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Fix cmake CMP0115 warning for CMake 3.20 and above
authorHong, Yang A <yang.a.hong@intel.com>
Tue, 2 Aug 2022 19:25:27 +0000 (19:25 +0000)
committerKonstantinos Margaritis <markos@freevec.org>
Tue, 5 Sep 2023 10:50:30 +0000 (13:50 +0300)
CMakeLists.txt

index d53a7778bbcbbb2f88fc99e50df3598e51d795c8..577cab2e4acd196d1934e8f8f957f82bad29040e 100644 (file)
@@ -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