Skip to content

Commit

Permalink
Remove unneeded CURL include, linkage
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Jun 23, 2021
1 parent 3ec4db6 commit dba62f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ set (DARTplugins

add_library(TrackedVehiclePlugin SHARED TrackedVehiclePlugin.cc)
target_link_libraries(TrackedVehiclePlugin
CURL::libcurl
libgazebo
${ogre_libraries}
${IGNITION-TRANSPORT_LIBRARIES}
Expand Down Expand Up @@ -200,7 +199,6 @@ add_dependencies(WheelTrackedVehiclePlugin TrackedVehiclePlugin)
foreach (src ${plugins_private_header})
add_library(${src} SHARED ${src}.cc)
target_link_libraries(${src}
CURL::libcurl
libgazebo
${ogre_libraries}
${IGNITION-TRANSPORT_LIBRARIES}
Expand All @@ -216,7 +214,6 @@ endforeach ()
foreach (src ${GUIplugins})
add_library(${src} SHARED ${src}.cc ${${src}_MOC})
target_link_libraries(${src}
CURL::libcurl
libgazebo
gazebo_gui
${ogre_libraries}
Expand All @@ -236,7 +233,6 @@ if (HAVE_DART_URDF)
foreach (src ${DARTplugins})
add_library(${src} SHARED ${src}.cc)
target_link_libraries(${src}
CURL::libcurl
libgazebo
${DART_LIBRARIES}
)
Expand Down
1 change: 0 additions & 1 deletion plugins/rest_web/RestUiLoginDialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/

#include <iostream>
#include <curl/curl.h>

#include "RestUiLoginDialog.hh"
#include "RestUiWidget.hh"
Expand Down
1 change: 0 additions & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ if (WIN32)
endif()

target_link_libraries(gz
CURL::libcurl
libgazebo_client
gazebo_gui
gazebo_physics
Expand Down

0 comments on commit dba62f3

Please sign in to comment.