We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb0010 commit 4deae0fCopy full SHA for 4deae0f
1 file changed
CMakeLists.txt
@@ -102,8 +102,7 @@ check_library_exists(atomic __atomic_load_8 "" HAVE_LIBATOMICS)
102
if(HAVE_LIBATOMICS AND NOT WIN32)
103
# Link libatomic into rcutils for fault injection atomic operations.
104
# 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
+ # through librcutils.so. See https://github.com/ros2/rcutils/issues/525
107
target_link_libraries(${PROJECT_NAME} atomic)
108
endif()
109
0 commit comments