We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build_all_examples, Although tried to add many path to cmakelists.txt. the complier couldn't find curlpp package.
error log: -- Checking for module 'curlpp' -- No package 'curlpp' found my cmakelists.txt:
-- Checking for module 'curlpp' -- No package 'curlpp' found
set(PKG_CONFIG_PATH I:/CXXlibs/CURLPP/curlpp20211124/build/winbuild/lib/pkgconfig) set(PKG_CONFIG_EXECUTABLE I:/CXXTools/PKGCONFIG/pkg-config.exe) set(CMAKE_PREFIX_PATH I:/CXXlibs/CURLPP/curlpp20211124/build/winbuild/bin) list(APPEND CMAKE_PREFIX_PATH I:/CXXlibs/CURLPP/curlpp20211124/build/winbuild) list(APPEND CMAKE_PREFIX_PATH I:/CXXlibs/CURLPP/curlpp20211124/build/winbuild/lib) list(APPEND CMAKE_PREFIX_PATH I:/CXXlibs/CURLPP/curlpp20211124/build/winbuild/include) include(FindPkgConfig) pkg_check_modules(CURLPP REQUIRED curlpp)
please tell me how to let pkg_check_modules find curlpp library?
environment: window10 mingw64-810 qt_creator 5
The text was updated successfully, but these errors were encountered:
Having the same issue
Sorry, something went wrong.
No branches or pull requests
build_all_examples, Although tried to add many path to cmakelists.txt. the complier couldn't find curlpp package.
error log:
-- Checking for module 'curlpp' -- No package 'curlpp' found
my cmakelists.txt:
please tell me how to let pkg_check_modules find curlpp library?
environment:
window10
mingw64-810
qt_creator 5
The text was updated successfully, but these errors were encountered: