Skip to content

Commit

Permalink
export TARGETS in libcurl_vendor (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas committed Jun 4, 2020
1 parent d6a6818 commit eb1eab2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libcurl_vendor/libcurl_vendor-extras.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ foreach(library IN LISTS CURL_LIBRARIES)
endforeach()
set(libcurl_vendor_LIBRARY_DIRS ${CURL_LIBRARY_DIRS})
set(libcurl_vendor_INCLUDE_DIRS ${CURL_INCLUDE_DIRS})
if(TARGET CURL::libcurl)
set(libcurl_vendor_TARGETS CURL::libcurl)
endif()

# message(STATUS "libcurl_vendor_LIBRARIES: ${libcurl_vendor_LIBRARIES}")
# message(STATUS "libcurl_vendor_LIBRARY_DIRS: ${libcurl_vendor_LIBRARY_DIRS}")
Expand Down

0 comments on commit eb1eab2

Please sign in to comment.