Disable tinyxml2 tests

This commit is contained in:
David Capello 2024-05-08 09:59:21 -03:00
parent 805a8259a1
commit 30a4000c7c

View File

@ -54,6 +54,7 @@ if(ENABLE_WEBP AND NOT LAF_BACKEND STREQUAL "skia")
endif()
if(NOT USE_SHARED_TINYXML)
set(tinyxml2_BUILD_TESTING OFF CACHE BOOL "Build tests for tinyxml2")
add_subdirectory(tinyxml2)
endif()