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:
authorRay Molenkamp <github@lazydodo.com>2022-07-15 11:51:46 +0300
committerJeroen Bakker <jeroen@blender.org>2022-07-15 11:54:10 +0300
commitc2715dc41664781924f610d9c5c03362ccb29446 (patch)
tree9b7f8c444053b4c4f0af527ecdc306b48081bb8a /CMakeLists.txt
parent63ea0f7581faeeb629b040b7a4dc661bc84c789c (diff)
GPU: Remove USD dependency from shader_builder.
Dependency was added as shader builder depended to blenkernel as an umbrella, in stead of adding the actual dependencies it required.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b7ee7f1887..33064864be6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1340,12 +1340,6 @@ else()
list(APPEND GL_DEFINITIONS -DWITH_GL_PROFILE_CORE)
endif()
-if (WITH_GPU_BUILDTIME_SHADER_BUILDER AND WITH_USD)
- message(FATAL_ERROR
- "Unable to compile WITH_GPU_BUILDTIME_SHADER_BUILDER and WITH_USD."
- )
-endif()
-
#-----------------------------------------------------------------------------
# Configure Metal.
if (WITH_METAL_BACKEND)