externals: Remove Catch2 v2 external

This commit is contained in:
Merry 2022-12-31 16:21:12 +00:00
parent 6ac0b249f7
commit f397c4434f
2 changed files with 0 additions and 17979 deletions

View file

@ -14,19 +14,6 @@ set(BUILD_TESTING OFF)
# simply add the directory to that file as a subdirectory
# to have CMake automatically recognize them.
# catch
if (NOT TARGET Catch2::Catch2)
if (DYNARMIC_TESTS)
add_library(Catch2::Catch2 INTERFACE IMPORTED GLOBAL)
target_include_directories(Catch2::Catch2 INTERFACE catch/include)
if(CMAKE_SYSTEM_NAME STREQUAL "Android")
target_link_libraries(Catch2::Catch2 INTERFACE log)
endif()
endif()
endif()
# fmt
if (NOT TARGET fmt::fmt)

File diff suppressed because it is too large Load diff