google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Determine how best to include universe_domain in cmake builds

Open scotthart opened this issue 1 year ago • 0 comments

Currently select builds are manually enabling universe_domain a la:

ENABLED_FEATURES="${ENABLED_FEATURES},universe_domain"

Typically, these are builds that already build the libs the demos depend on.

Figure if there's a better way to do this that doesn't cause build times to skyrocket as multiple large service libs are dependencies.

scotthart avatar Jan 22 '24 23:01 scotthart