We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b838200 commit 7d0dbd4Copy full SHA for 7d0dbd4
cmake/PercyVariant.cmake
@@ -0,0 +1,8 @@
1
+include(FetchContent)
2
+
3
+FetchContent_Declare(PercyVariant
4
+ GIT_REPOSITORY https://github.com/jansvoboda11/percy-variant.git
5
+ GIT_TAG origin/master
6
+)
7
8
+FetchContent_MakeAvailable(PercyVariant)
0 commit comments