Skip to content

Commit

Permalink
Refs #21366: Change xsd installation directory to .../share/fastdds
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
  • Loading branch information
Mario-DL committed Aug 6, 2024
1 parent af94cb5 commit c7798d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -575,12 +575,12 @@ install(FILES ${PROJECT_SOURCE_DIR}/LICENSE

# Install xml validators
install(FILES ${PROJECT_SOURCE_DIR}/resources/xsd/fastdds_profiles.xsd
DESTINATION ${DATA_INSTALL_DIR}
DESTINATION ${DATA_INSTALL_DIR}/fastdds
COMPONENT xsd
)

install(FILES ${PROJECT_SOURCE_DIR}/resources/xsd/fastdds_static_discovery.xsd
DESTINATION ${DATA_INSTALL_DIR}
DESTINATION ${DATA_INSTALL_DIR}/fastdds
COMPONENT xsd
)

Expand Down

0 comments on commit c7798d7

Please sign in to comment.