We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f438a commit 8b95b1aCopy full SHA for 8b95b1a
1 file changed
cmake/Dependencies.cmake
@@ -61,7 +61,7 @@ function(hpc_fetch_rapidcheck)
61
FetchContent_Declare(
62
rapidcheck
63
GIT_REPOSITORY https://github.com/emil-e/rapidcheck.git
64
- GIT_TAG v1.1.2
+ GIT_TAG master
65
GIT_SHALLOW TRUE
66
)
67
0 commit comments