]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
CMake: fix 'ALDER32' typo in feature info message
authorGreg V <greg@unrelenting.technology>
Sat, 14 Nov 2020 11:14:36 +0000 (14:14 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 21 Nov 2020 15:45:10 +0000 (16:45 +0100)
CMakeLists.txt

index 8f522b0c04824c2b0df4589ce89fff3b8f74ad94..3a32e74bb675193a6ce9b786a837fec0ec52b3eb 100644 (file)
@@ -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)