diff options
-rw-r--r-- | CAN-binder/libs/openxc-message-format/CMakeLists.txt | 2 |
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 8e36ed47..f6964e8a 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) |