Skip to content

Commit

Permalink
EMSUSD-1770 - Initial support for USD v24.11
Browse files Browse the repository at this point in the history
* Boost is not needed when building UsdUfe only.
  • Loading branch information
seando-adsk committed Nov 29, 2024
1 parent 6db4aac commit 9808006
Showing 1 changed file 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 @@ -226,7 +226,7 @@ if(BUILD_MAYAUSD_LIBRARY)
endif()
endif()

if(USD_VERSION VERSION_GREATER_EQUAL "0.24.11")
if(BUILD_MAYAUSD_LIBRARY AND (USD_VERSION VERSION_GREATER_EQUAL "0.24.11"))
# In USD v24.11 Pixar USD has completely removed Boost.
# However MayaUsd is still using a few of the Boost components, so
# when using USD v24.11 (or greater) we need to find Boost ourselves
Expand Down

0 comments on commit 9808006

Please sign in to comment.