1
0
Fork 0

Fixed MSVC bindings regeneration.

Still one typo had been left in the cmake file.
This commit is contained in:
madmaxoft 2014-07-22 23:33:08 +02:00
parent e171285408
commit ba8cb3b0a6
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ if (MSVC)
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Bindings/
# add any new generation dependencies here
DEPENDS ${BINDING_DEPENDECIES}
DEPENDS ${BINDING_DEPENDENCIES}
)
endif()