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
In infra/cmake/packages, FlatBuffers-1.10 and FlatBuffers-1.12 both provide FlatBuffers_Generate and FlatBuffers_Target. FlatBuffers_Target has difference in target_link_libraries(${TGT} PUBLIC flatbuffers-1.10) vs target_link_libraries(${TGT} PUBLIC flatbuffers-1.12) which may give problems.
The text was updated successfully, but these errors were encountered:
This was found while working on #8379.
Upgrading circle schema is needed; but still version mismatch is not good.
Maybe rename FlatBuffers_Target with version like FlatBuffers_1_12_Target ? (this seems a hack)
In
infra/cmake/packages
,FlatBuffers-1.10
andFlatBuffers-1.12
both provideFlatBuffers_Generate
andFlatBuffers_Target
.FlatBuffers_Target
has difference intarget_link_libraries(${TGT} PUBLIC flatbuffers-1.10)
vstarget_link_libraries(${TGT} PUBLIC flatbuffers-1.12)
which may give problems.The text was updated successfully, but these errors were encountered: