Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1218 Remove iceoryx_binding_c_deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Mar 3, 2022
1 parent 1298dbd commit a55056a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
9 changes: 0 additions & 9 deletions iceoryx_binding_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,3 @@ install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE
DESTINATION share/doc/iceoryx_binding_c
COMPONENT dev)

configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/iceoryx_binding_c_deployment.h.in"
"${CMAKE_BINARY_DIR}/generated/iceoryx/include/iceoryx_binding_c/iceoryx_binding_c_deployment.h" @ONLY)

install(
FILES ${CMAKE_BINARY_DIR}/generated/iceoryx/include/${PROJECT_NAME}/iceoryx_binding_c_deployment.h
DESTINATION include/${PREFIX}/${PROJECT_NAME}/
COMPONENT dev
)
26 changes: 0 additions & 26 deletions iceoryx_binding_c/cmake/iceoryx_binding_c_deployment.h.in

This file was deleted.

1 change: 0 additions & 1 deletion iceoryx_binding_c/include/iceoryx_binding_c/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#ifndef IOX_BINDING_C_TYPES_H
#define IOX_BINDING_C_TYPES_H

#include "iceoryx_binding_c/iceoryx_binding_c_deployment.h"
#include "internal/c2cpp_binding.h"

#define IOX_C_CHUNK_DEFAULT_USER_PAYLOAD_ALIGNMENT 8
Expand Down

0 comments on commit a55056a

Please sign in to comment.