We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74abc80 commit 00e1e06Copy full SHA for 00e1e06
code/CMakeLists.txt
@@ -101,7 +101,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/helloworld_test.py
101
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/grep.py
102
${CMAKE_CURRENT_BINARY_DIR}/grep.py COPYONLY)
103
104
-configure_file(${FAST_INCLUDE_DIR}/../share/fastdds_profiles.xsd
+configure_file(${FAST_INCLUDE_DIR}/../share/fastdds/fastdds_profiles.xsd
105
${CMAKE_CURRENT_BINARY_DIR}/fastdds_profiles.xsd COPYONLY)
106
107
# Check validity of Permissions and Governance XML files using Fast RTPS API
0 commit comments