mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Fix cmake CMP0115 warning for CMake 3.20 and above
This commit is contained in:
parent
b7ee9102ee
commit
fc5a423c7e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user