Skip to content

Commit 75e1d0e

Browse files
authored
Update CMakeLists.txt - wasm build add "4x3_add2"
1 parent 0d942f9 commit 75e1d0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ include_directories(${INCLUDE_DIRECTORIES} ${OCC_INCLUDE_DIR} ${OPENCOLLADA_INCL
962962
if(NOT SCHEMA_VERSIONS)
963963
if(WASM_BUILD)
964964
# super arbitrarily try to keep size down at least a little bit
965-
set(SCHEMA_VERSIONS "2x3" "4")
965+
set(SCHEMA_VERSIONS "2x3" "4" "4x3_add2")
966966
else()
967967
set(SCHEMA_VERSIONS "2x3" "4" "4x1" "4x2" "4x3" "4x3_tc1" "4x3_add1" "4x3_add2")
968968
endif()

0 commit comments

Comments
 (0)