Skip to content

Commit ac2842b

Browse files
Update fastdds_profiles.xsd file location (#925) (#926)
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> (cherry picked from commit 3ee0df8) Co-authored-by: Mario Domínguez López <116071334+Mario-DL@users.noreply.github.com>
1 parent 74abc80 commit ac2842b

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)