summaryrefslogtreecommitdiffstats
path: root/CMake/GenerateBindings.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake/GenerateBindings.cmake')
-rw-r--r--CMake/GenerateBindings.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/GenerateBindings.cmake b/CMake/GenerateBindings.cmake
index d91d26a03..7c0913ad5 100644
--- a/CMake/GenerateBindings.cmake
+++ b/CMake/GenerateBindings.cmake
@@ -109,6 +109,6 @@ function(enable_bindings_generation)
OUTPUT ${BINDING_OUTPUTS}
COMMAND lua BindingsProcessor.lua
WORKING_DIRECTORY ${BINDINGS_FOLDER}
- DEPENDS ${BINDING_DEPENDENCIES} lua
+ DEPENDS ${BINDING_DEPENDENCIES}
)
endfunction()