Parcourir la source

Merge pull request #1785 from dgcole/master

Fix CMake double precision builds
David Snopek il y a 3 mois
Parent
commit
dde6663d33
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      cmake/GodotCPPModule.cmake

+ 3 - 3
cmake/GodotCPPModule.cmake

@@ -86,9 +86,9 @@ missing. ]]
 function(
     binding_generator_generate_bindings
     API_FILE
-    USE_TEMPLATE_GET_NODE,
-    BITS,
-    PRECISION,
+    USE_TEMPLATE_GET_NODE
+    BITS
+    PRECISION
     OUTPUT_DIR
 )
     # This code snippet will be squashed into a single line