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

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. #402

Closed
leonardlan opened this issue Feb 2, 2018 · 2 comments

Comments

@leonardlan
Copy link

Description of Issue

I get this error when running "python build_scripts/build_usd.py ~/USD". I'm using virtualenv too.

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GLUT_Xmu_LIBRARY (ADVANCED)
linked by target "tiffgt" in directory /home/llan/USD/src/tiff-4.0.7/tools

-- Configuring incomplete, errors occurred!
See also "/home/llan/sandbox/USD/CMakeFiles/CMakeOutput.log".
See also "/home/llan/sandbox/USD/CMakeFiles/CMakeError.log".

Steps to Reproduce

  1. python build_scripts/build_usd.py ~/USD

System Information (OS, Hardware)

Centos

Package Versions

Build Flags

@jtran56
Copy link

jtran56 commented Feb 3, 2018

Filed as internal issue #156712.

@sunyab
Copy link
Contributor

sunyab commented Mar 5, 2018

Hi @leonardlan, sorry for the late reply here. I believe you should be able to fix this issue by installing the libxmu-dev package on your VM.

The USD build does not actually need the tiffgt binary that's causing this error. We may want to disable building those tools by default -- we already do this on Windows for other reasons.

AdamFelt pushed a commit to autodesk-forks/USD that referenced this issue Apr 16, 2024
…tudios#402)

### Description of Change(s)
Add material tag for linestyle surface
### Fixes Issue(s)
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