From: Romain Forlot Date: Fri, 19 May 2017 14:13:23 +0000 (+0200) Subject: Use the nanopb sources from projects libs. X-Git-Tag: 3.99.1~15 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=48a2605965af1f05ba7f01f6e8c1758a4c9b0522;hp=bd5201c8abf77de3aae3183069de558c8dd4c40f;p=apps%2Flow-level-can-service.git Use the nanopb sources from projects libs. Change-Id: I9af9a71e4e454a488e51a95ae896fd249bf27103 Signed-off-by: Romain Forlot --- 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)