Disable ozz tests by default.

RefactorUnifiedBlendTreeStateMachineHandling
Martin Felis 2024-03-01 11:13:05 +01:00
parent 4f0331f941
commit 8b7de58131
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ set(ozz_build_gltf ON)
set(ozz_build_data OFF CACHE BOOL "")
set(ozz_build_samples OFF CACHE BOOL "")
set(ozz_build_howtos OFF CACHE BOOL "")
set(ozz_build_tests ON CACHE BOOL "")
set(ozz_build_tests OFF CACHE BOOL "")
set(ozz_build_simd_ref OFF CACHE BOOL "")
set(ozz_build_msvc_rt_dll OFF CACHE BOOL "")
add_subdirectory(3rdparty/ozz-animation)