Use the nanopb sources from projects libs.
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 19 May 2017 14:13:23 +0000 (16:13 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 19 May 2017 14:19:08 +0000 (16:19 +0200)
Change-Id: I9af9a71e4e454a488e51a95ae896fd249bf27103
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CAN-binder/libs/openxc-message-format/CMakeLists.txt

index 8e36ed4..f6964e8 100644 (file)
@@ -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)