I downloaded \"curl library\" for use with a third party application. When I run the included cmake file, I get the following error. Please help me. I appreciate it:
via pkgconfig
include(FindPkgConfig) pkg_check_modules(CURL libcurl REQUIRED) include_directories( SYSTEM ${CURL_INCLUDE_DIRS} ) target_link_libraries(YOURTARGETNAME ${CURL_LIBRARIES} )