Autodesk / Autodesk/arnold-usd

Improve USD_BUILD_MODE variable naming

Open
#1,287 1 comment 0 reactions 1 assignee Claimed by @cpichard View on GitHub
build enhancement
Dominant language
Python
Stars
284
Forks
68
Avg merge
2d 19h
Merged PRs (30d)
14

Description

Arnold usd can build against different flavours of usd: monolithic lib, multiples libs, each can be shared or static.
The `USD_BUILD_MODE` allows three enums: monolithic, static, shared_libs.
It can be confusing as a monolithic lib can be compiled in shared or static, and it's not clear if static refers to monolithic or multiple libs.

We propose to rename them:
monolithic -> shared_monolithic
static -> static_monolithic
shared_libs -> shared_libs

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.