From: Konstantinos Margaritis Date: Wed, 20 Dec 2023 15:27:56 +0000 (+0000) Subject: GREATER_EQUAL X-Git-Tag: vectorscan/5.4.12^2~82^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306e8612be25a2a7634986d6a98ae69cc359359e;p=thirdparty%2Fvectorscan.git GREATER_EQUAL --- diff --git a/cmake/archdetect.cmake b/cmake/archdetect.cmake index 2d64e5cf..9dd5962a 100644 --- a/cmake/archdetect.cmake +++ b/cmake/archdetect.cmake @@ -70,7 +70,7 @@ else() if (SIMDE_BACKEND) if (CMAKE_COMPILER_IS_CLANG) if(ARCH_AARCH64) - if (CMAKE_C_COMPILER_VERSION VERSION_LESS "15.0") + if (CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL "15.0") set(GNUCC_ARCH native) set(TUNE_FLAG native) else()