Fix a small syntax error. A ( was accidently deleted.
This commit is contained in:
parent
c28560129f
commit
4c766cd11f
|
@ -181,7 +181,7 @@ function(GenerateNamedObjects sources_in)
|
||||||
set(append_with ${ARGV5})
|
set(append_with ${ARGV5})
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if ${ARGC} GREATER 6)
|
if (${ARGC} GREATER 6)
|
||||||
set(no_float_type ${ARGV6})
|
set(no_float_type ${ARGV6})
|
||||||
else ()
|
else ()
|
||||||
set(no_float_type false)
|
set(no_float_type false)
|
||||||
|
|
Loading…
Reference in New Issue