From c0075ba0bc55b5ae5d08a3cf01dc4ba1e380dd02 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Fri, 18 May 2018 16:14:21 -0700 Subject: [PATCH] update doc --- .../cmake/ament_export_interfaces.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ament_cmake_export_interfaces/cmake/ament_export_interfaces.cmake b/ament_cmake_export_interfaces/cmake/ament_export_interfaces.cmake index b97f3d72..9d0302c0 100644 --- a/ament_cmake_export_interfaces/cmake/ament_export_interfaces.cmake +++ b/ament_cmake_export_interfaces/cmake/ament_export_interfaces.cmake @@ -19,8 +19,8 @@ # ``install(TARGETS ... EXPORT name ...)``. # The ``install(EXPORT ...)`` invocation is handled by this macros. # -# :param HAS_LIBRARY_TARGET: if set, an environment variable is being defined -# to find the library at runtime executables +# :param HAS_LIBRARY_TARGET: if set, an environment variable will be defined +# so that the library can be found at runtime # :type HAS_LIBRARY_TARGET: option # :param ARGN: a list of export names # :type ARGN: list of strings