From: Konstantinos Margaritis Date: Wed, 20 Dec 2023 15:27:56 +0000 (+0000) Subject: GREATER_EQUAL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8642b0eaa598fdf1a7e1dfde37bb7b4accce3c8;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()