aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindNanopb.cmake
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-06-12 10:55:48 -0700
committerGravatar GitHub <noreply@github.com>2018-06-12 10:55:48 -0700
commit0db8ef7dbe6c8c191252d33090dbb88b98735148 (patch)
tree35ada9d92eddbe4b43e8850eb52f5855755f8895 /cmake/FindNanopb.cmake
parent9e14b80e0716c2be71c6100cad7aa7c61ac46c6e (diff)
Fix protobuf/nanopb builds on Windows (#1392)
* Build protobuf with CMake for compatibility with Windows. Fixes b/74067357 * Update to nanopb 0.3.9.1 This release includes functional CMake support for building the protoc plugin. * Fix license * Build nanopb out-of-source This is possible now that the build is CMake-based. * Find protoc on windows * Define CMAKE_ARGS in a more straightforward way * Adjust libprotobuf locations to account for CMake build
Diffstat (limited to 'cmake/FindNanopb.cmake')
-rw-r--r--cmake/FindNanopb.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindNanopb.cmake b/cmake/FindNanopb.cmake
index 12a5570..b5d844d 100644
--- a/cmake/FindNanopb.cmake
+++ b/cmake/FindNanopb.cmake
@@ -24,7 +24,7 @@ find_path(
find_library(
NANOPB_LIBRARY
NAMES protobuf-nanopb protobuf-nanopbd
- HINTS ${BINARY_DIR}/src/nanopb
+ HINTS ${BINARY_DIR}/src/nanopb-build
)
find_package_handle_standard_args(