memmappedfile-fix (#115)
Co-authored-by: Metehan Tuncbilek <mtuncbilek95@gmail.com> Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com> Co-authored-by: mtuncbilek <metehan.tuncbilek@madvoxel.com> Co-committed-by: mtuncbilek <metehan.tuncbilek@madvoxel.com>
This commit is contained in:
7
3rdParty/tinyusdz/CMakeLists.txt
vendored
7
3rdParty/tinyusdz/CMakeLists.txt
vendored
@@ -18,6 +18,13 @@ FetchContent_Declare(
|
||||
-DTINYUSDZ_BUILD_TESTS:BOOL=OFF
|
||||
-DTINYUSDZ_BUILD_EXAMPLES:BOOL=OFF
|
||||
)
|
||||
|
||||
set(TINYUSDZ_NO_WERROR ON)
|
||||
set(TINYUSDZ_BUILD_TESTS OFF)
|
||||
set(TINYUSDZ_BUILD_BENCHMARKS OFF)
|
||||
set(TINYUSDZ_BUILD_EXAMPLES OFF)
|
||||
set(TINYUSDZ_WITH_BUILTIN_IMAGE_LOADER OFF)
|
||||
|
||||
FetchContent_MakeAvailable(tinyusdz)
|
||||
|
||||
function (LinkTinyUSDZ TARGET)
|
||||
|
||||
Reference in New Issue
Block a user