From 4824aa41e82ac9de3a466c137f32d23b6fee7578 Mon Sep 17 00:00:00 2001 From: Dyllan Cole Date: Sat, 31 May 2025 19:23:50 -0400 Subject: [PATCH] Fix incorrect binding_generator_generate_bindings variable names --- cmake/GodotCPPModule.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/GodotCPPModule.cmake b/cmake/GodotCPPModule.cmake index 00e00fe5e..67fc4dcee 100644 --- a/cmake/GodotCPPModule.cmake +++ b/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