Skip to content

Commit dde6663

Browse files
authored
Merge pull request godotengine#1785 from dgcole/master
Fix CMake double precision builds
2 parents dc9ac50 + 4824aa4 commit dde6663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/GodotCPPModule.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ missing. ]]
8686
function(
8787
binding_generator_generate_bindings
8888
API_FILE
89-
USE_TEMPLATE_GET_NODE,
90-
BITS,
91-
PRECISION,
89+
USE_TEMPLATE_GET_NODE
90+
BITS
91+
PRECISION
9292
OUTPUT_DIR
9393
)
9494
# This code snippet will be squashed into a single line

0 commit comments

Comments
 (0)