Browse Source

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

tags/v0.3.18
cianciosa 4 years ago
parent
commit
4c766cd11f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/utils.cmake

+ 1
- 1
cmake/utils.cmake 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)


Loading…
Cancel
Save