Skip to content

Commit

Permalink
Update and vendor Catch v2.31.7 to fix Fedora tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cinemast committed Nov 26, 2021
1 parent 6bb2a16 commit 41f76db
Show file tree
Hide file tree
Showing 5 changed files with 17,960 additions and 46 deletions.
14 changes: 1 addition & 13 deletions cmake/CMakeDependencies.cmake
Expand Up @@ -39,16 +39,4 @@ if (${REDIS_SERVER} OR ${REDIS_CLIENT})
endif()

find_package(Threads REQUIRED)
find_package(Doxygen)

if (${COMPILE_TESTS})
find_package(Catch)
if(NOT CATCH_FOUND)
message(STATUS "Could not find catch, downloading it now")
add_subdirectory(${CMAKE_SOURCE_DIR}/src/catch)
include_directories(${CATCH_INCLUDE_DIR} ${COMMON_INCLUDES})
message(STATUS "Catch directory: ${CATCH_INCLUDE_DIR} ${COMMON_INCLUDES}")
else()
include_directories(${CATCH_INCLUDE_DIRS})
endif()
endif()
find_package(Doxygen)
12 changes: 0 additions & 12 deletions cmake/FindCatch.cmake

This file was deleted.

16 changes: 0 additions & 16 deletions src/catch/CMakeLists.txt

This file was deleted.

0 comments on commit 41f76db

Please sign in to comment.