diff options
author | David Kalnischkies <david@kalnischkies.de> | 2021-02-03 15:26:32 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2021-02-03 17:36:45 +0100 |
commit | c8d65a59a36400aaf85ff96b0c813f8fc53cd8bb (patch) | |
tree | 2c88e2de85f62af9b3c9d8af92b9fee72563d0f1 /CMakeLists.txt | |
parent | f2c087449286812823d06d1b560fa947e438fa0d (diff) |
Remove unused config check for pre-XXH3 cache hashing
References: 1460eebf2abe913df964e031eff081a57f043697
Gbp-Dch: Ignore
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d9afba61..9e35f6e00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -197,11 +197,6 @@ else() set(RESOLV_LIBRARIES -lresolv) endif() -# Check multiversioning -include(CheckCxxTarget) -check_cxx_target(HAVE_FMV_SSE42_AND_CRC32 "sse4.2" "__builtin_ia32_crc32si(0,i)|__builtin_ia32_crc32hi(0,i)|__builtin_ia32_crc32qi(0,i)") -check_cxx_target(HAVE_FMV_SSE42_AND_CRC32DI "sse4.2" "__builtin_ia32_crc32di(0,i)") - # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>") |