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.
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 usingadd_subdirectory
command).By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.