From 9057ef9a36b01fd490f78889d17d0351c85985e5 Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Wed, 23 Jun 2021 10:10:04 -0700 Subject: [PATCH] CURL is a PRIVATE dep Signed-off-by: Shane Loretz --- gazebo/common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazebo/common/CMakeLists.txt b/gazebo/common/CMakeLists.txt index 62385a6062..13ce89f4a4 100644 --- a/gazebo/common/CMakeLists.txt +++ b/gazebo/common/CMakeLists.txt @@ -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} @@ -240,6 +239,7 @@ target_link_libraries(gazebo_common ${SDFormat_LIBRARIES} ${tinyxml_LIBRARIES} PRIVATE + CURL::libcurl ${libtool_library} ${libavcodec_LIBRARIES} ${libavformat_LIBRARIES}