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
Use the namespace package name for libcurl in CMake
This is the proper way of going about package dependencies in CMake. It
results in a package-config.cmake file that does not have hard-coded
paths to the package from the machine it was built on.
See https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html
0 commit comments