CMSIS-DSP: Improvements to the float16 support for building.
diff --git a/CMSIS/DSP/Source/configDsp.cmake b/CMSIS/DSP/Source/configDsp.cmake
index 32c11a0..12ea633 100644
--- a/CMSIS/DSP/Source/configDsp.cmake
+++ b/CMSIS/DSP/Source/configDsp.cmake
@@ -26,8 +26,8 @@
     target_include_directories(${project} PRIVATE "${root}/CMSIS/DSP/ComputeLibrary/Include")
 endif()
 
-if (FLOAT16)
-    target_compile_definitions(${project} PRIVATE ARM_MATH_FLOAT16) 
+if (MVEFLOAT16)
+    target_compile_definitions(${project} PRIVATE ARM_MATH_MVE_FLOAT16) 
 endif()
 
 if (HELIUM OR MVEF OR SUPPORT)