From 8b7de58131da446b82cca4efc852eddec2fdd7ef Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Fri, 1 Mar 2024 11:13:05 +0100 Subject: [PATCH] Disable ozz tests by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cc1e06..08c3110 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)