Dependencies built in resources/deps.sh should (have the option to) be built with many of the same CMake arguments used to build BSL itself (such as CMAKE_INSTALL_LIBDIR, CMAKE_INSTALL_INCLUDEDIR, CMAKE_INSTALL_BINDIR, etc).
There are a few solutions here, such as allowing users to explicitly pass a "dependencies CMake args list", or using CMakeCache.
Dependencies built in
resources/deps.shshould (have the option to) be built with many of the same CMake arguments used to build BSL itself (such asCMAKE_INSTALL_LIBDIR,CMAKE_INSTALL_INCLUDEDIR,CMAKE_INSTALL_BINDIR, etc).There are a few solutions here, such as allowing users to explicitly pass a "dependencies CMake args list", or using CMakeCache.