Add CMake Option to Disable Static Libs - #1367
Conversation
…uilding only shared libs) Signed-off-by: Dan Bailey <danbailey@ilm.com>
|
Filed as internal issue #OSD-466 |
|
@danrbailey could you make sure to submit an OpenSubdiv Contributor License Agreement (CLA). Thanks! |
|
Hey @danrbailey checking again to see if you could submit an individual or corporate CLA to allow us to consider merging these PRs. Thanks! -David |
|
I wanted to ask about this approach. To support the request of being able to build This would align to standard cmake conventions and let the same target identifier be used in both static and shared builds. |
In some cases, building only the shared libraries is desirable. The default behavior remains to build both shared and static libraries.