This PR updates the build behavior to use system libraries by default, if present, instead of downloading and installing external libs. This will significantly reduce build time (and build complications) for large libraries (e.g., aws-sdk-cpp, thrift).
How was this patch tested?
This patch was tested via various build configurations on MacOS and Linux (CentOS) distribution.
What changes were proposed in this pull request?
This PR updates the build behavior to use system libraries by default, if present, instead of downloading and installing external libs. This will significantly reduce build time (and build complications) for large libraries (e.g., aws-sdk-cpp, thrift).
How was this patch tested?
This patch was tested via various build configurations on MacOS and Linux (CentOS) distribution.