Skip to content

Commit 3ee0df8

Browse files
authored
Update fastdds_profiles.xsd file location (#925)
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent 782514c commit 3ee0df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/helloworld_test.py
101101
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/grep.py
102102
${CMAKE_CURRENT_BINARY_DIR}/grep.py COPYONLY)
103103

104-
configure_file(${FAST_INCLUDE_DIR}/../share/fastdds_profiles.xsd
104+
configure_file(${FAST_INCLUDE_DIR}/../share/fastdds/fastdds_profiles.xsd
105105
${CMAKE_CURRENT_BINARY_DIR}/fastdds_profiles.xsd COPYONLY)
106106

107107
# Check validity of Permissions and Governance XML files using Fast RTPS API

0 commit comments

Comments
 (0)