From c374a6ef71eb4a7c3fbbc85b8bc63ffdee1cea72 Mon Sep 17 00:00:00 2001 From: tezc Date: Sun, 14 Feb 2021 17:43:45 +0300 Subject: [PATCH] remove duplicate include --- crc32/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/crc32/CMakeLists.txt b/crc32/CMakeLists.txt index dd0bd0c..a371a4e 100644 --- a/crc32/CMakeLists.txt +++ b/crc32/CMakeLists.txt @@ -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})