Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Apr 9, 2024
1 parent 08cc198 commit 7d5ae00
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
Expand Up @@ -4,7 +4,7 @@ endif()

if(CMAKE_VERSION GREATER_EQUAL 3.11)
include(FetchContent)
FetchContent_Declare(doctest GIT_REPOSITORY https://github.com/doctest/doctest.git GIT_TAG v2.4.9)
FetchContent_Declare(doctest GIT_REPOSITORY https://github.com/doctest/doctest.git GIT_TAG v2.4.11)
FetchContent_GetProperties(doctest)
if(NOT doctest_POPULATED)
set(DOCTEST_NO_INSTALL TRUE)
Expand Down

0 comments on commit 7d5ae00

Please sign in to comment.