From 9cc7ea5e0d10b5b7049a4facf4f589d4e9d1a3cf Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Wed, 18 Aug 2021 21:27:53 +0200 Subject: [PATCH] Replace CURL_LIBRARIES by new style Signed-off-by: Jose Luis Rivero --- 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 003ba80176..7ccef0a049 100644 --- a/gazebo/common/CMakeLists.txt +++ b/gazebo/common/CMakeLists.txt @@ -304,7 +304,7 @@ target_link_libraries(gazebo_common ${libavformat_LIBRARIES} ${libavutil_LIBRARIES} ${libavdevice_LIBRARIES} - ${CURL_LIBRARIES} + CURL::libcurl ${libswscale_LIBRARIES} ${libtar_LIBRARIES} ${TBB_LIBRARIES}