-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Full debug USD with OpenImageIO fails #2516
Comments
Will post a PR for this soon |
erikaharrison-adsk
pushed a commit
to autodesk-forks/USD
that referenced
this issue
Jun 30, 2023
issue: PixarAnimationStudios#2516 Fixes the following build error on Debug config: -- Could NOT find Imath (missing: Imath_DIR) -- Imath not found. Looking for OpenEXR instead. CMake Error at C:/Program Files/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find OpenEXR (missing: OPENEXR_LIBRARIES) (found version "2.5.2") Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindOpenEXR.cmake:94 (find_package_handle_standard_args) cmake/defaults/Packages.cmake:342 (find_package) CMakeLists.txt:23 (include)
2 tasks
Filed as internal issue #USD-8467 |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of Issue
Building a full debug USD with OpenImageIO is broken due to dll/lib missing
_d
qualifier.Steps to Reproduce
Building Shared libraries
Variant Debug
Target
Imaging On
Ptex support: Off
OpenVDB support: Off
OpenImageIO support: On
OpenColorIO support: Off
PRMan support: Off
UsdImaging On
usdview: On
Python support On
Python Debug: Off
Python 3: On
Python docs: Off
Documentation Off
Tests On
Examples On
Tutorials On
Tools On
Alembic Plugin Off
HDF5 support: Off
Draco Plugin Off
MaterialX Plugin On
System Information (OS, Hardware)
Windows 11
Package Versions
Build Flags
--tests
The text was updated successfully, but these errors were encountered: