[cmake] CPUInstructionSetFlags.cmake: "ANDNOT" -> "AND NOT"

This commit is contained in:
David Korth 2025-04-20 00:58:58 -04:00
parent 66c43ccb4a
commit 075ae289bb

View File

@ -119,5 +119,5 @@ IF(CPU_arm OR CPU_arm64 OR CPU_arm64ec)
IF(CPU_arm AND NOT MSVC)
SET(NEON_FLAG "-marm -mfpu=neon")
ENDIF(CPU_arm ANDNOT MSVC)
ENDIF(CPU_arm AND NOT MSVC)
ENDIF(CPU_arm OR CPU_arm64 OR CPU_arm64ec)