Skip to content

Commit

Permalink
remove version requirement for Catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jun 17, 2024
1 parent eeccbe7 commit 2d7e672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ endif()

option(BUILD_TESTS "Build Tests" OFF)
if(BUILD_TESTS)
find_package(Catch2 2 REQUIRED)
find_package(Catch2 REQUIRED)
include(CTest)
include(Catch)
endif()
Expand Down

0 comments on commit 2d7e672

Please sign in to comment.