Skip to content

Commit

Permalink
get rid of catch2 to try and fix win ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bboettcher3 committed Jan 17, 2024
1 parent a04013c commit f0e2f28
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ set(BINARY_RESOURCES
Source/Resources/cloudRightWait.png
Source/Resources/cloudRightSing.png
Source/Resources/cloudRightTouch.png
Source/Resources/infoNormal.png
Source/Resources/infoOver.png
Source/Resources/rain.png
Source/Resources/LeagueSpartan-SemiBold.ttf
Source/Resources/cnn_contour_model.json
Expand Down Expand Up @@ -354,16 +352,6 @@ if(MSVC)
endif()
endif()

# Use Catch2 v3 on the devel branch
Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_PROGRESS TRUE
GIT_SHALLOW TRUE
GIT_TAG v3.3.2)
FetchContent_MakeAvailable(Catch2) # find_package equivalent

# Color our warnings and errors
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
add_compile_options (-fdiagnostics-color=always)
Expand Down
Binary file removed Source/Resources/infoNormal.png
Binary file not shown.
Binary file removed Source/Resources/infoOver.png
Binary file not shown.

0 comments on commit f0e2f28

Please sign in to comment.