Skip to content

Commit f3046c3

Browse files
MatthewRatzellMatthew Ratzell
andauthored
Updated doc test version (#314)
* Updated doctest GIT_TAG so Make Test doesn't output an error * Updated other dependency that seemed to have an invalid gittag Co-authored-by: Matthew Ratzell <[email protected]>
1 parent 0af3157 commit f3046c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/tools.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include(cmake/CPM.cmake)
2626
CPMAddPackage(
2727
NAME StableCoder-cmake-scripts
2828
GITHUB_REPOSITORY StableCoder/cmake-scripts
29-
GIT_TAG 3a469d8251660a97dbf9e0afff0a242965d40277
29+
GIT_TAG 22.01
3030
)
3131

3232
# ---- Enable Tools ----

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include(../cmake/CPM.cmake)
1919
CPMAddPackage(
2020
NAME doctest
2121
GITHUB_REPOSITORY doctest/doctest
22-
GIT_TAG v2.4.8
22+
GIT_TAG v2.4.9
2323
)
2424

2525
CPMAddPackage(

0 commit comments

Comments
 (0)