Fix wrong Grid->grid rename in GRPC CMakeLists.cmake

This commit is contained in:
Gaute Lindkvist 2019-09-24 08:58:46 +02:00
parent 77062e4c45
commit 0a6128de0f

View File

@ -85,7 +85,7 @@ set(PROTO_FILES
"Commands" "Commands"
"App" "App"
"Properties" "Properties"
"grid" "Grid"
) )
set(GRPC_PYTHON_SOURCE_PATH "${CMAKE_CURRENT_LIST_DIR}/Python") set(GRPC_PYTHON_SOURCE_PATH "${CMAKE_CURRENT_LIST_DIR}/Python")