Skip to content

Commit 8b95b1a

Browse files
committed
fix(ci): use master branch for rapidcheck dependency
The rapidcheck repository has no git tags or releases. Changed from non-existent v1.1.2 tag to master branch to fix CMake FetchContent failure.
1 parent f9f438a commit 8b95b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/Dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function(hpc_fetch_rapidcheck)
6161
FetchContent_Declare(
6262
rapidcheck
6363
GIT_REPOSITORY https://github.com/emil-e/rapidcheck.git
64-
GIT_TAG v1.1.2
64+
GIT_TAG master
6565
GIT_SHALLOW TRUE
6666
)
6767

0 commit comments

Comments
 (0)