Skip to content

Commit

Permalink
Upgrade Catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Dec 31, 2023
1 parent 7a79ed1 commit dcef4fc
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 @@
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR})

find_package(Catch2 3.4.0 REQUIRED)
find_package(Catch2 3.5.1 REQUIRED)
include(Catch)

add_executable(test-argon Main.cpp Argument.cpp Option.cpp Parser.cpp Position.cpp)
Expand Down

0 comments on commit dcef4fc

Please sign in to comment.