Skip to content

Commit

Permalink
fix if/endif mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Jul 18, 2024
1 parent 328d205 commit bcdfd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ foreach(TINYUSDZ_LIB_TARGET ${TINYUSDZ_LIBS})
if(TINYUSDZ_WITH_TYDRA)
target_compile_definitions(${TINYUSDZ_LIB_TARGET}
PRIVATE "TINYUSDZ_WITH_TYDRA")
endif(TINYUSDZ_WITH_OPENSUBDIV)
endif(TINYUSDZ_WITH_TYDRA)

if(NOT TINYUSDZ_CXX_EXCEPTIONS)
if(MSVC)
Expand Down

0 comments on commit bcdfd25

Please sign in to comment.