externals: Remove Catch2 v2 external
This commit is contained in:
parent
6ac0b249f7
commit
f397c4434f
2 changed files with 0 additions and 17979 deletions
13
externals/CMakeLists.txt
vendored
13
externals/CMakeLists.txt
vendored
|
@ -14,19 +14,6 @@ set(BUILD_TESTING OFF)
|
||||||
# simply add the directory to that file as a subdirectory
|
# simply add the directory to that file as a subdirectory
|
||||||
# to have CMake automatically recognize them.
|
# 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
|
# fmt
|
||||||
|
|
||||||
if (NOT TARGET fmt::fmt)
|
if (NOT TARGET fmt::fmt)
|
||||||
|
|
17966
externals/catch/include/catch2/catch.hpp
vendored
17966
externals/catch/include/catch2/catch.hpp
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue