You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
462 B

  1. --- a/thrift/cmake/FBThriftConfig.cmake.in
  2. +++ b/thrift/cmake/FBThriftConfig.cmake.in
  3. @@ -20,7 +20,7 @@ set_and_check(FBTHRIFT_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
  4. if (WIN32)
  5. set_and_check(FBTHRIFT_COMPILER "@PACKAGE_BIN_INSTALL_DIR@/thrift1.exe")
  6. else()
  7. - set_and_check(FBTHRIFT_COMPILER "@PACKAGE_BIN_INSTALL_DIR@/thrift1")
  8. +# set_and_check(FBTHRIFT_COMPILER "@PACKAGE_BIN_INSTALL_DIR@/thrift1")
  9. endif()
  10. if (NOT TARGET FBThrift::thriftcpp2)