Disable ozz tests by default.
parent
4f0331f941
commit
8b7de58131
|
@ -23,7 +23,7 @@ set(ozz_build_gltf ON)
|
||||||
set(ozz_build_data OFF CACHE BOOL "")
|
set(ozz_build_data OFF CACHE BOOL "")
|
||||||
set(ozz_build_samples OFF CACHE BOOL "")
|
set(ozz_build_samples OFF CACHE BOOL "")
|
||||||
set(ozz_build_howtos 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_simd_ref OFF CACHE BOOL "")
|
||||||
set(ozz_build_msvc_rt_dll OFF CACHE BOOL "")
|
set(ozz_build_msvc_rt_dll OFF CACHE BOOL "")
|
||||||
add_subdirectory(3rdparty/ozz-animation)
|
add_subdirectory(3rdparty/ozz-animation)
|
||||||
|
|
Loading…
Reference in New Issue