File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -579,12 +579,12 @@ install(FILES ${PROJECT_SOURCE_DIR}/LICENSE
579
579
580
580
# Install xml validators
581
581
install (FILES ${PROJECT_SOURCE_DIR} /resources/xsd/fastdds_profiles.xsd
582
- DESTINATION ${DATA_INSTALL_DIR}
582
+ DESTINATION ${DATA_INSTALL_DIR} /fastdds
583
583
COMPONENT xsd
584
584
)
585
585
586
586
install (FILES ${PROJECT_SOURCE_DIR} /resources/xsd/fastdds_static_discovery.xsd
587
- DESTINATION ${DATA_INSTALL_DIR}
587
+ DESTINATION ${DATA_INSTALL_DIR} /fastdds
588
588
COMPONENT xsd
589
589
)
590
590
Original file line number Diff line number Diff line change @@ -108,4 +108,4 @@ def xsd_dir(self):
108
108
"""
109
109
tool_path = Path (os .path .dirname (os .path .realpath (__file__ )))
110
110
# We assume the schema path is relative to our installation path
111
- return tool_path / '../../../share/fastdds_profiles.xsd'
111
+ return tool_path / '../../../share/fastdds/ fastdds_profiles.xsd'
Original file line number Diff line number Diff line change @@ -101,12 +101,6 @@ install(EXPORT ${PROJECT_NAME}-targets
101
101
COMPONENT cmake
102
102
)
103
103
104
- # export xsd schema
105
- install (FILES ../../resources/xsd/fastdds_profiles.xsd
106
- DESTINATION ${DATA_INSTALL_DIR}
107
- COMPONENT cmake
108
- )
109
-
110
104
# symlink creation requires:
111
105
# - install( CODE using generator expressions (legacy code is provided for all cmake versions)
112
106
# - on windows privileges to create symlinks (a .bat file is provided on unprivileged installations)
You can’t perform that action at this time.
0 commit comments