mirror of
https://github.com/tezc/sc.git
synced 2025-01-28 07:03:06 +08:00
remove duplicate include
This commit is contained in:
parent
22c23afb06
commit
c374a6ef71
@ -28,8 +28,6 @@ enable_testing()
|
||||
|
||||
add_executable(${PROJECT_NAME}_test crc32_test.c sc_crc32.c)
|
||||
|
||||
include(CheckCCompilerFlag)
|
||||
|
||||
if("${CMAKE_SIZEOF_VOID_P}" EQUAL "8")
|
||||
check_c_compiler_flag(-msse4.2 HAVE_CRC32_HARDWARE)
|
||||
if (${HAVE_CRC32_HARDWARE})
|
||||
|
Loading…
x
Reference in New Issue
Block a user