Skip to content

Commit f485c51

Browse files
committed
build(tvm_utility): use tvm_utility for include directory
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent d3132c9 commit f485c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/tvm_utility/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ autoware_package()
2323
# Library
2424

2525
set(TVM_UTILITY_NODE_LIB_HEADERS
26-
"include/${PROJECT_NAME}/pipeline.hpp"
26+
"include/tvm_utility/pipeline.hpp"
2727
)
2828

2929
ament_auto_add_library(${PROJECT_NAME} SHARED ${TVM_UTILITY_NODE_LIB_HEADERS})

0 commit comments

Comments
 (0)