Skip to content

Commit

Permalink
CURL is a PRIVATE dep
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
  • Loading branch information
sloretz committed Jun 23, 2021
1 parent 2e7b694 commit 9057ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazebo/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ target_compile_definitions(gazebo_common
target_link_libraries(gazebo_common
PUBLIC
${Boost_LIBRARIES}
CURL::libcurl
${freeimage_LIBRARIES}
ignition-common3::graphics
${IGNITION-FUEL_TOOLS_LIBRARIES}
Expand All @@ -240,6 +239,7 @@ target_link_libraries(gazebo_common
${SDFormat_LIBRARIES}
${tinyxml_LIBRARIES}
PRIVATE
CURL::libcurl
${libtool_library}
${libavcodec_LIBRARIES}
${libavformat_LIBRARIES}
Expand Down

0 comments on commit 9057ef9

Please sign in to comment.