Remove option ASSIMP_TINYUSDZ_ENABLED
parent
64b510e412
commit
86f6c617e0
|
@ -696,9 +696,6 @@ ELSE()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
# USD/USDA/USDC/USDZ support
|
|
||||||
option(ASSIMP_TINYUSDZ_ENABLED "Enable tinyusdz support" OFF)
|
|
||||||
|
|
||||||
# Main assimp code
|
# Main assimp code
|
||||||
ADD_SUBDIRECTORY( code/ )
|
ADD_SUBDIRECTORY( code/ )
|
||||||
|
|
||||||
|
|
|
@ -916,7 +916,7 @@ SOURCE_GROUP( Extra FILES ${Extra_SRCS})
|
||||||
|
|
||||||
# USD/USDA/USDC/USDZ support
|
# USD/USDA/USDC/USDZ support
|
||||||
# tinyusdz
|
# tinyusdz
|
||||||
IF(ASSIMP_TINYUSDZ_ENABLED)
|
IF (NOT ASSIMP_BUILD_NO_USD_IMPORTER)
|
||||||
set(Tinyusdz_SRC_RELPATH "../contrib/tinyusdz/tinyusdz_repo/src")
|
set(Tinyusdz_SRC_RELPATH "../contrib/tinyusdz/tinyusdz_repo/src")
|
||||||
set(Tinyusdz_SRCS
|
set(Tinyusdz_SRCS
|
||||||
${Tinyusdz_SRC_RELPATH}/ascii-parser.cc
|
${Tinyusdz_SRC_RELPATH}/ascii-parser.cc
|
||||||
|
|
Loading…
Reference in New Issue