summaryrefslogtreecommitdiffstats
path: root/CAN-binder
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-19 16:13:23 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-05-19 16:19:08 +0200
commit48a2605965af1f05ba7f01f6e8c1758a4c9b0522 (patch)
treefaab84d2743b54fe437a66dbc09c434558a082c1 /CAN-binder
parentbd5201c8abf77de3aae3183069de558c8dd4c40f (diff)
Use the nanopb sources from projects libs.
Change-Id: I9af9a71e4e454a488e51a95ae896fd249bf27103 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder')
-rw-r--r--CAN-binder/libs/openxc-message-format/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/libs/openxc-message-format/CMakeLists.txt b/CAN-binder/libs/openxc-message-format/CMakeLists.txt
index 8e36ed4..f6964e8 100644
--- a/CAN-binder/libs/openxc-message-format/CMakeLists.txt
+++ b/CAN-binder/libs/openxc-message-format/CMakeLists.txt
@@ -35,7 +35,7 @@ PROJECT_TARGET_ADD(openxc-message-format)
# Define target includes
TARGET_INCLUDE_DIRECTORIES(${TARGET_NAME}
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/gen/cpp
- ${CMAKE_CURRENT_SOURCE_DIR}/libs/nanopb
+ ${CMAKE_CURRENT_SOURCE_DIR}/../nanopb
)
# Library dependencies (include updates automatically)