Skip to content

Commit

Permalink
Use MayaUsd name instead of MAYAUSD
Browse files Browse the repository at this point in the history
  • Loading branch information
lanierd-adsk committed Jan 22, 2024
1 parent 652bc7a commit 3a8af36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ else()
message(STATUS "UFE not found.")
endif()

find_package(MAYAUSD OPTIONAL_COMPONENTS)
find_package(MayaUsd OPTIONAL_COMPONENTS)
if(MAYAUSD_FOUND)
message(STATUS "Building with MayaUsd.")
else()
Expand Down
File renamed without changes.

0 comments on commit 3a8af36

Please sign in to comment.