Skip to content

Commit

Permalink
Update doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler authored Aug 14, 2023
1 parent 95e84bb commit c253cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(HyperJetTest LANGUAGES CXX)

include(../cmake/CPM.cmake)

CPMAddPackage("gh:onqtam/doctest#2.4.5")
CPMAddPackage("gh:onqtam/doctest#2.4.11")

CPMAddPackage(
NAME Eigen
Expand Down Expand Up @@ -38,4 +38,4 @@ set_target_properties(HyperJetTest PROPERTIES CXX_STANDARD 17)
enable_testing()

include(${doctest_SOURCE_DIR}/scripts/cmake/doctest.cmake)
doctest_discover_tests(HyperJetTest)
doctest_discover_tests(HyperJetTest)

0 comments on commit c253cc0

Please sign in to comment.