Skip to content

Commit

Permalink
Attempt fix for Catch2 failure in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Feb 26, 2024
1 parent 17ddbd7 commit f4ab039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

if(BUILD_TESTS)
find_package(catch2 CONFIG REQUIRED)
find_package(Catch2 CONFIG REQUIRED)
find_package(reproc++ CONFIG REQUIRED)

add_executable(
Expand Down

0 comments on commit f4ab039

Please sign in to comment.