mirror of
https://github.com/swri-robotics/mapviz.git
synced 2025-09-15 17:48:34 +08:00
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:
parent
48cc374abd
commit
aa30452285
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user