Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-05-19 10:39:03 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-05-19 10:39:51 +0300
commitf89b89fa7fcce713fa560ff7be2bb5bbe274e29b (patch)
tree1070fbdf01490ad245411a893c3b8b97fb130ec7 /CMakeLists.txt
parent291136eecea31c13232054accc2663dcdf7b2a33 (diff)
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`.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5fb0393dcda..71963bc0487 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -278,7 +278,7 @@ option(WITH_ALEMBIC "Enable Alembic Support" ON)
option(WITH_ALEMBIC_HDF5 "Enable Legacy Alembic Support (not officially supported)" OFF)
# 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
# Disable opencollada when we don't have precompiled libs