Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Change PrismTech -> ADLINK (#287)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Rose <[email protected]>
  • Loading branch information
rotu authored and dirk-thomas committed Oct 17, 2019
1 parent 1626c86 commit 7c4599a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rmw_opensplice_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ find_package(opensplice_cmake_module REQUIRED)
find_package(OpenSplice MODULE)
if(NOT OpenSplice_FOUND)
ament_package()
message(WARNING "Could not find PrismTech OpenSplice - skipping '${PROJECT_NAME}'")
message(WARNING "Could not find ADLINK OpenSplice - skipping '${PROJECT_NAME}'")
return()
endif()

Expand Down
2 changes: 1 addition & 1 deletion rmw_opensplice_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>rmw_opensplice_cpp</name>
<version>0.8.0</version>
<description>Implement the ROS middleware interface using PrismTech OpenSplice static code generation in C++.</description>
<description>Implement the ROS middleware interface using ADLINK OpenSplice static code generation in C++.</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion rmw_opensplice_cpp/rmw_opensplice_cpp-extras.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ find_package(OpenSplice MODULE QUIET)

if(NOT OpenSplice_FOUND)
message(STATUS
"Could not find PrismTech OpenSplice - skipping rmw_opensplice_cpp")
"Could not find ADLINK OpenSplice - skipping rmw_opensplice_cpp")
set(rmw_opensplice_cpp_FOUND FALSE)
else()
list(APPEND rmw_opensplice_cpp_DEFINITIONS ${OpenSplice_DEFINITIONS})
Expand Down

0 comments on commit 7c4599a

Please sign in to comment.