Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[windows][cmake] PXR_LIB_PREFIX not used when creating .lib files #1027

Closed
pmolodo opened this issue Nov 8, 2019 · 2 comments
Closed

[windows][cmake] PXR_LIB_PREFIX not used when creating .lib files #1027

pmolodo opened this issue Nov 8, 2019 · 2 comments

Comments

@pmolodo
Copy link
Contributor

pmolodo commented Nov 8, 2019

Description of Issue

With PXR_LIB_PREFIX left at it's default value of lib (even on windows), I get output files that look like:

ar.lib
usd.lib
libar.dll
libusd.dll

Similarly, if I set PXR_LIB_PREFIX=myprefix_, I get files like:

ar.lib
usd.lib
myprefix_ar.dll
myprefix_usd.dll

Steps to Reproduce

  1. Build on windows

System Information (OS, Hardware)

Windows 10

Package Versions

usd-0.19.11

Build Flags

-DPXR_LIB_PREFIX=myprefix_

@jilliene
Copy link

Filed as internal issue #USD-5687

@pmolodo
Copy link
Contributor Author

pmolodo commented Nov 12, 2019

For cross reference, this was being discussed in this thread on usd-interest:

https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/usd-interest/vQkPIKXTrHE/vN_ALJ21FAAJ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants