Skip to content

Commit a87baa2

Browse files
committed
fix CMake configuration bug with glTF deps being incorrectly enabled
1 parent f2fd22e commit a87baa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ option(BUILD_TESTING "Build tests for CTest" ON)
5454
# ANARI specific options
5555

5656
option(BUILD_CTS "Build cts toolkit" OFF)
57-
cmake_dependent_option(CTS_ENABLE_GLTF "Enable glTF support for cts" ON "BUILD_CTS" ON)
57+
cmake_dependent_option(CTS_ENABLE_GLTF "Enable glTF support for cts" ON "BUILD_CTS" OFF)
5858
option(USE_DRACO "Use draco when loading glTF files" OFF)
5959
option(USE_WEBP "Use webp when loading glTF files" OFF)
6060
option(USE_KTX "Use ktx when loading glTF files" OFF)

0 commit comments

Comments
 (0)