offa / conan-restclient-cpp

Conan recipe for restclient-cpp.
MIT License
3 stars 1 forks source link

libcurl integration is broken #13

Closed offa closed 4 years ago

offa commented 4 years ago

CMake can't find libcurl (see #1):

CMake Error at CMakeLists.txt:39 (find_package):
  By not providing "Findlibcurl.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "libcurl", but
  CMake did not find one.
  Could not find a package configuration file provided by "libcurl" with any
  of the following names:
    libcurlConfig.cmake
    libcurl-config.cmake
  Add the installation prefix of "libcurl" to CMAKE_PREFIX_PATH or set
  "libcurl_DIR" to a directory containing one of the above files.  If
  "libcurl" provides a separate development package or SDK, be sure it has
  been installed.