oatpp / example-api-client

Example project how-to use oatpp ApiClient and how it works

Home Page:https://oatpp.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build error

soykotnext opened this issue · comments

building project example-api-client
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:19 (find_package):
By not providing "Findoatpp-curl.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"oatpp-curl", but CMake did not find one.

Could not find a package configuration file provided by "oatpp-curl"
(requested version 1.3.0) with any of the following names:

oatpp-curlConfig.cmake
oatpp-curl-config.cmake

Add the installation prefix of "oatpp-curl" to CMAKE_PREFIX_PATH or set
"oatpp-curl_DIR" to a directory containing one of the above files. If
"oatpp-curl" provides a separate development package or SDK, be sure it has
been installed.

-- Configuring incomplete, errors occurred!
See also "/home/soykot/Desktop/c++/example-api-client/build/CMakeFiles/CMakeOutput.log".
make: *** No targets specified and no makefile found. Stop.

@lganzzzo any ideas?

github.com/oatpp/oatpp-curl used to exist, is no more.