You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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?
The text was updated successfully, but these errors were encountered: