[libc][Obvious] Fix typo

This commit is contained in:
Cheng Wang 2021-01-29 17:41:25 +08:00
parent d47ee525f9
commit 1c762a81d2

View File

@ -3,7 +3,7 @@ add_libc_testsuite(libc_math_unittests)
function(add_fp_unittest name) function(add_fp_unittest name)
cmake_parse_arguments( cmake_parse_arguments(
"MATH_UNITTEST" "MATH_UNITTEST"
"NEED_MPFR" # No optional arguments "NEED_MPFR" # Optional arguments
"" # Single value arguments "" # Single value arguments
"" # Multi-value arguments "" # Multi-value arguments
${ARGN} ${ARGN}