Skip to content

Commit 4deae0f

Browse files
committed
adjust the comment.
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
1 parent 4bb0010 commit 4deae0f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ check_library_exists(atomic __atomic_load_8 "" HAVE_LIBATOMICS)
102102
if(HAVE_LIBATOMICS AND NOT WIN32)
103103
# Link libatomic into rcutils for fault injection atomic operations.
104104
# Don't export it - downstream packages get atomic symbols transitively
105-
# through librcutils.so, avoiding library resolution issues in containerized
106-
# environments. See https://github.com/ros2/rcutils/issues/525
105+
# through librcutils.so. See https://github.com/ros2/rcutils/issues/525
107106
target_link_libraries(${PROJECT_NAME} atomic)
108107
endif()
109108

0 commit comments

Comments
 (0)