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

Autodesk: Fix for Full debug USD with OpenImageIO fails #2517

Conversation

erikaharrison-adsk
Copy link
Contributor

Description of Change(s)

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)

Fixes Issue(s)

  • I have verified that all unit tests pass with the proposed changes
  • I have submitted a signed Contributor License Agreement

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)
@jesschimein
Copy link
Collaborator

Filed as internal issue #USD-8468

@bob-jiabo
Copy link

Thanks, It works for me on Windows.
The other PR also trying to fix the same issue on Linux: #2079

@erikaharrison-adsk
Copy link
Contributor Author

Note: Closing this for now. Will look at PR #2079 and make changes/suggestions if needed.

@erikaharrison-adsk erikaharrison-adsk deleted the adsk/bugfix/usd_debug_build_2516 branch August 30, 2023 21:29
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

Successfully merging this pull request may close these issues.

4 participants