From: Greg V Date: Sat, 14 Nov 2020 11:14:36 +0000 (+0300) Subject: CMake: fix 'ALDER32' typo in feature info message X-Git-Tag: v2.0.0-RC1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbf55b1a83cbfd0f6a4e1748ada416bff8465668;p=thirdparty%2Fzlib-ng.git CMake: fix 'ALDER32' typo in feature info message --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f522b0c..3a32e74b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -651,7 +651,7 @@ if(WITH_OPTIM) if(MSVC) add_definitions(-D__ARM_NEON__) endif() - add_feature_info(NEON_ALDER32 1 "Support NEON instructions in adler32, using \"${NEONFLAG}\"") + add_feature_info(NEON_ADLER32 1 "Support NEON instructions in adler32, using \"${NEONFLAG}\"") add_feature_info(NEON_SLIDEHASH 1 "Support NEON instructions in slide_hash, using \"${NEONFLAG}\"") endif() elseif(BASEARCH_PPC_FOUND)