Ver Fonte

Use DRACO_GLTF_BITSTREAM (#5709)

Replaces deprecated DRACO_GLTF cmake option

Co-authored-by: Kim Kulling <[email protected]>
RichardTea há 1 ano atrás
pai
commit
f950f61a52
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -648,7 +648,7 @@ ELSE()
   IF ( ASSIMP_BUILD_DRACO )
   IF ( ASSIMP_BUILD_DRACO )
     # Primarily for glTF v2
     # Primarily for glTF v2
     # Enable Draco glTF feature set
     # Enable Draco glTF feature set
-    set(DRACO_GLTF ON CACHE BOOL "" FORCE)
+    set(DRACO_GLTF_BITSTREAM ON CACHE BOOL "" FORCE)
     # Disable unnecessary or omitted components
     # Disable unnecessary or omitted components
     set(DRACO_JS_GLUE OFF CACHE BOOL "" FORCE)
     set(DRACO_JS_GLUE OFF CACHE BOOL "" FORCE)
     set(DRACO_WASM OFF CACHE BOOL "" FORCE)
     set(DRACO_WASM OFF CACHE BOOL "" FORCE)