Fix path for gRPC server shell script in CMakeLists.txt (#644)

master
Christoph Schütte 2018-01-04 16:08:51 +01:00 committed by Wally B. Feed
parent d32c8b9d91
commit a6949c8544
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ if (${BUILD_GRPC})
) )
install(PROGRAMS install(PROGRAMS
scripts/cartographer_grpc_server.sh ../scripts/cartographer_grpc_server.sh
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
) )
endif() endif()