Skip to content

Commit

Permalink
Fix profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Sep 27, 2024
1 parent b28c698 commit bb47d30
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/test/client_agent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

cmake_host_system_information(RESULT HOSTNAME_SUFFIX QUERY HOSTNAME)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/DEFAULT_FASTRTPS_PROFILES.xml.in
${CMAKE_CURRENT_BINARY_DIR}/DEFAULT_FASTRTPS_PROFILES.xml
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/DEFAULT_FASTDD_PROFILES.xml.in
${CMAKE_CURRENT_BINARY_DIR}/DEFAULT_FASTDD_PROFILES.xml
@ONLY
)

Expand Down
4 changes: 2 additions & 2 deletions test/test/discovery/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

cmake_host_system_information(RESULT HOSTNAME_SUFFIX QUERY HOSTNAME)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/DEFAULT_FASTRTPS_PROFILES.xml.in
${CMAKE_CURRENT_BINARY_DIR}/DEFAULT_FASTRTPS_PROFILES.xml
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/DEFAULT_FASTDD_PROFILES.xml.in
${CMAKE_CURRENT_BINARY_DIR}/DEFAULT_FASTDD_PROFILES.xml
@ONLY
)

Expand Down
4 changes: 2 additions & 2 deletions test/test/publisher_subscriber/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

cmake_host_system_information(RESULT HOSTNAME_SUFFIX QUERY HOSTNAME)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/DEFAULT_FASTRTPS_PROFILES.xml.in
${CMAKE_CURRENT_BINARY_DIR}/DEFAULT_FASTRTPS_PROFILES.xml
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/DEFAULT_FASTDD_PROFILES.xml.in
${CMAKE_CURRENT_BINARY_DIR}/DEFAULT_FASTDD_PROFILES.xml
@ONLY
)

Expand Down

0 comments on commit bb47d30

Please sign in to comment.