azure-sdk-for-cpp/sdk
Marcelo Juchem 2443e7cfcb
fix curl dependency on non-standard install prefix (#1218)
* fix curl dependency on non-standard install prefix

When `libcurl` is installed to a non-standard install prefix `azure-core` will configure include/lib directories correctly (as long as `CMAKE_FIND_ROOT_PATH` is set appropriately) for its dependencies (`INTERFACE`) but not for itself (`PRIVATE`), thus failing the build.
2020-12-18 15:25:55 -08:00
..
core fix curl dependency on non-standard install prefix (#1218) 2020-12-18 15:25:55 -08:00
identity List all possible environment variables EnvironmentCredential reads, or may ever read from (#1219) 2020-12-18 11:13:54 -08:00
storage Add ContentHash struct, replace TransactionalContentMD5 and TransactionContentCrc64 with TransactionalContentHash (#1212) 2020-12-18 16:09:35 +08:00
template Mention min clang format version and format all cpp and hpp files with clang-format version 9.0 (#1208) 2020-12-17 18:34:23 -08:00