grpc - call gRPCTargets.cmake can't found libgpr.so -


i import grpc project use grpcconfig.cmake file. following error occurred

cmake error @ /home/openwrt/openwrt/staging_dir/target-arm_cortex-a53+neon-vfpv4_glibc-2.22_eabi/usr/lib/cmake/grpc/grpctargets.cmake:178 (message):

the imported target "grpc::gpr" references file

 "/usr/lib/libgpr.so" 

but file not exist. possible reasons include:

  • the file deleted, renamed, or moved location.
  • an install or uninstall procedure did not complete successfully.
  • the installation package faulty , contained
/home/openwrt/openwrt/staging_dir/target-arm_cortex-a53+neon-vfpv4_glibc-2.22_eabi/usr/lib/cmake/grpc/grpctargets.cmake 

but not files references.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -