mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
Fix cmake CMP0115 warning for CMake 3.20 and above
This commit is contained in:
committed by
Konstantinos Margaritis
parent
9a42397dc9
commit
732a3b9592
@@ -628,7 +628,7 @@ endif ()
|
|||||||
|
|
||||||
set (hs_exec_SRCS
|
set (hs_exec_SRCS
|
||||||
${hs_HEADERS}
|
${hs_HEADERS}
|
||||||
src/hs_version.h
|
src/hs_version.h.in
|
||||||
src/ue2common.h
|
src/ue2common.h
|
||||||
src/allocator.h
|
src/allocator.h
|
||||||
src/crc32.c
|
src/crc32.c
|
||||||
@@ -804,7 +804,7 @@ SET (hs_compile_SRCS
|
|||||||
src/grey.h
|
src/grey.h
|
||||||
src/hs.cpp
|
src/hs.cpp
|
||||||
src/hs_internal.h
|
src/hs_internal.h
|
||||||
src/hs_version.h
|
src/hs_version.h.in
|
||||||
src/scratch.h
|
src/scratch.h
|
||||||
src/state.h
|
src/state.h
|
||||||
src/ue2common.h
|
src/ue2common.h
|
||||||
|
|||||||
Reference in New Issue
Block a user