You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The target is tolua++, which has a source file ${CMAKE_CURRENT_BINARY_DIR}/generated/toluabind.c, yet this file is the output of the custom command that uses tolua++ to produce the output (though CMake is not actually told that tolua++ is a dependency of the generated file).
The text was updated successfully, but these errors were encountered:
I may be misunderstanding something, but it seems to me that this produces an implicit circular dependency:
U3D/Source/ThirdParty/toluapp/src/bin/CMakeLists.txt
Lines 46 to 62 in eefc929
The target is tolua++, which has a source file
${CMAKE_CURRENT_BINARY_DIR}/generated/toluabind.c
, yet this file is the output of the custom command that usestolua++
to produce the output (though CMake is not actually told that tolua++ is a dependency of the generated file).The text was updated successfully, but these errors were encountered: