Skip to content

Commit

Permalink
Fix testing plugins downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Apr 28, 2024
1 parent d22a2f6 commit 567a6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/tests.cmake
Expand Up @@ -20,8 +20,8 @@ FetchContent_Declare(

FetchContent_Declare(
testing-plugins
URL "https://github.com/Ortham/testing-plugins/archive/1.4.1.tar.gz"
URL_HASH "SHA256=57f82495a737013c1b828d43fbe87edcb57768f85c6416e8d17f273d692691cf")
URL "https://github.com/Ortham/testing-plugins/archive/1.5.0.tar.gz"
URL_HASH "SHA256=98c9094fb0f0152b1af7a6206950207f7ddc6602cd44ed67ebf70603ef490791")

FetchContent_MakeAvailable(GTest testing-plugins)

Expand Down

0 comments on commit 567a6a9

Please sign in to comment.