aws / aws-iot-device-sdk-cpp-v2

Next generation AWS IoT Client SDK for C++ using the AWS Common Runtime
Apache License 2.0
185 stars 108 forks source link

Add USE_EXTERNAL_DEPS_SOURCES cmake option #714

Closed sfod closed 7 months ago

sfod commented 7 months ago

Add a new cmake option, USE_EXTERNAL_DEPS_SOURCES. When building dependencies is turned off, this new option will signal that the dependencies are provided not as installed libraries, but rather as subprojects (i.e. added previously using add_subdirectory command).

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.