From d35368b33e54bad2f566df99fac29ffea38e34de Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 20 May 2024 16:55:00 +0300 Subject: [PATCH] CMake: Remove the note that some tests aren't run They are now in the common build configurations. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 690a3ae1..534d6ace 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,6 @@ # # A few things are still missing compared to the Autotools-based build: # -# - A few tests aren't CMake compatible yet and thus aren't run! -# # - 32-bit x86 assembly code for CRC32 and CRC64 isn't used. # # - External SHA-256 code isn't supported but it's disabled by