Skip to content
Snippets Groups Projects
Commit f89b89fa authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

CMake: Enable WITH_USD by default

Having USD disabled by default was an oversight, and could have been
corrected earlier. It's already enabled by default in the
`blender_release.cmake` and `blender_full.cmake`.
parent 291136ee
No related branches found
No related tags found
No related merge requests found
...@@ -278,7 +278,7 @@ option(WITH_ALEMBIC "Enable Alembic Support" ON) ...@@ -278,7 +278,7 @@ option(WITH_ALEMBIC "Enable Alembic Support" ON)
option(WITH_ALEMBIC_HDF5 "Enable Legacy Alembic Support (not officially supported)" OFF) option(WITH_ALEMBIC_HDF5 "Enable Legacy Alembic Support (not officially supported)" OFF)
# Universal Scene Description support # Universal Scene Description support
option(WITH_USD "Enable Universal Scene Description (USD) Support" OFF) option(WITH_USD "Enable Universal Scene Description (USD) Support" ON)
# 3D format support # 3D format support
# Disable opencollada when we don't have precompiled libs # Disable opencollada when we don't have precompiled libs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment