mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-24 10:07:48 +00:00
[libc][Obvious] Fix typo
This commit is contained in:
parent
d47ee525f9
commit
1c762a81d2
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user