Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAlex Pacini <alexpacini90@gmail.com>2020-07-20 18:06:10 +0300
committerGitHub <noreply@github.com>2020-07-20 18:06:10 +0300
commitccdc31d7bf6407a423b469ed5e5d97912b296a2f (patch)
tree8dd33aae996fa3484238c67daea957a6a85b5959 /extra
parente4f7b24204b21085e896dd2c40ffe3eccb1f297a (diff)
Adds support for grpcio-tool to FindNanopb.cmake (#561)
Refer to #560 Co-authored-by: Alex Pacini <alex.pacini@metaboards.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/FindNanopb.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/FindNanopb.cmake b/extra/FindNanopb.cmake
index ee7a6fc..e2823ec 100644
--- a/extra/FindNanopb.cmake
+++ b/extra/FindNanopb.cmake
@@ -346,6 +346,8 @@ find_program(PROTOBUF_PROTOC_EXECUTABLE
PATHS
${PROTOBUF_SRC_ROOT_FOLDER}/vsprojects/Release
${PROTOBUF_SRC_ROOT_FOLDER}/vsprojects/Debug
+ ${NANOPB_SRC_ROOT_FOLDER}/generator-bin
+ ${NANOPB_SRC_ROOT_FOLDER}/generator
)
mark_as_advanced(PROTOBUF_PROTOC_EXECUTABLE)