fbthrift icon indicating copy to clipboard operation
fbthrift copied to clipboard

Configure fails: The dependency target "mvfst::mvfst_server_async_tran" of target "thriftcpp2" does not exist

Open yurivict opened this issue 2 years ago • 0 comments

-- Configuring done (1.1s)
CMake Error at thrift/lib/cpp2/CMakeLists.txt:309 (add_dependencies):
  The dependency target "mvfst::mvfst_server_async_tran" of target
  "thriftcpp2" does not exist.


CMake Error at thrift/lib/cpp2/CMakeLists.txt:320 (target_link_libraries):
  Target "thriftcpp2" links to:

    mvfst::mvfst_server_async_tran

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

mvfst revision 1d933fd from 20230119. The current mvfst revision fails to build: https://github.com/facebookincubator/mvfst/issues/305 What mvfst revision succeeds for you?

Version: 2023.07.17.00 clang-15 FreeBSD 13.2

yurivict avatar Jul 18 '23 06:07 yurivict