We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fd22e commit a87baa2Copy full SHA for a87baa2
CMakeLists.txt
@@ -54,7 +54,7 @@ option(BUILD_TESTING "Build tests for CTest" ON)
54
# ANARI specific options
55
56
option(BUILD_CTS "Build cts toolkit" OFF)
57
-cmake_dependent_option(CTS_ENABLE_GLTF "Enable glTF support for cts" ON "BUILD_CTS" ON)
+cmake_dependent_option(CTS_ENABLE_GLTF "Enable glTF support for cts" ON "BUILD_CTS" OFF)
58
option(USE_DRACO "Use draco when loading glTF files" OFF)
59
option(USE_WEBP "Use webp when loading glTF files" OFF)
60
option(USE_KTX "Use ktx when loading glTF files" OFF)
0 commit comments