Fix incorrect GLUT library reference (#862)

The documented variable here is GLUT_LIBRARIES, which is actually
already used correctly earlier in this file.
This commit is contained in:
Scott K Logan 2025-09-04 12:30:05 -05:00 committed by GitHub
parent 48cc374abd
commit aa30452285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,7 +146,7 @@ add_executable(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME} PUBLIC
rqt_${PROJECT_NAME}
${GLUT_LIBRARY}
${GLUT_LIBRARIES}
${swri_transform_util_TARGETS})
target_link_libraries(${PROJECT_NAME} PRIVATE
image_transport::image_transport