Fix a small syntax error. A ( was accidently deleted.

This commit is contained in:
cianciosa 2021-08-11 12:08:34 -04:00
parent c28560129f
commit 4c766cd11f
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ function(GenerateNamedObjects sources_in)
set(append_with ${ARGV5})
endif ()
if ${ARGC} GREATER 6)
if (${ARGC} GREATER 6)
set(no_float_type ${ARGV6})
else ()
set(no_float_type false)