Skip to content

Commit

Permalink
remove typescript message generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jarkenau committed Jan 4, 2024
1 parent 7c1030c commit 563a35c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions seerep_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,6 @@ install(
PATTERN "*.py"
)

# install the generated typescript sources
install(
DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}
FILES_MATCHING
PATTERN "*.ts"
)

set(SEEREP_COM_DIR_FB ${CMAKE_CURRENT_BINARY_DIR}/../seerep_com/fbs)

install(
Expand Down
2 changes: 1 addition & 1 deletion seerep_msgs/cmake/BuildFlatBuffers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function(
add_custom_command(
OUTPUT ${generated_include}
COMMAND ${FLATC} ${FLATC_SCHEMA_ARGS} -o ${generated_includes_dir}
${include_params} -c -p -T ${schema}
${include_params} -c -p ${schema}
# --filename-suffix ".fb"
DEPENDS ${FLATC_TARGET} ${schema} ${additional_dependencies}
WORKING_DIRECTORY "${working_dir}"
Expand Down

0 comments on commit 563a35c

Please sign in to comment.