CogRob/catkin_grpc

Does not work if project directory is a symlink.

Closed this issue · 0 comments

The cmake file creates a symlink to source directory under grpc_protoc_root to prevent name pollution. However, when source directory itself is a symlink, cmake (and protoc) could not find the source (because of double symlink?).