From 0a6128de0f7412f7d0a0bf06d60d78b6e49942a8 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Tue, 24 Sep 2019 08:58:46 +0200 Subject: [PATCH] Fix wrong Grid->grid rename in GRPC CMakeLists.cmake --- ApplicationCode/GrpcInterface/CMakeLists.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/GrpcInterface/CMakeLists.cmake b/ApplicationCode/GrpcInterface/CMakeLists.cmake index bbe88eca91..79a801f311 100644 --- a/ApplicationCode/GrpcInterface/CMakeLists.cmake +++ b/ApplicationCode/GrpcInterface/CMakeLists.cmake @@ -85,7 +85,7 @@ set(PROTO_FILES "Commands" "App" "Properties" - "grid" + "Grid" ) set(GRPC_PYTHON_SOURCE_PATH "${CMAKE_CURRENT_LIST_DIR}/Python")