We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148bb2d commit f149b2dCopy full SHA for f149b2d
taskfiles/deps.yaml
@@ -61,9 +61,9 @@ tasks:
61
- task: ":utils:cmake:install-remote-tar"
62
vars:
63
CMAKE_PACKAGE_NAME: "{{.G_CATCH2_LIB_NAME}}"
64
- WORK_DIR: "{{.G_CATCH2_WORK_DIR}}"
65
TAR_SHA256: "1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087"
66
TAR_URL: "https://github.com/catchorg/Catch2/archive/refs/tags/v3.8.0.tar.gz"
+ WORK_DIR: "{{.G_CATCH2_WORK_DIR}}"
67
- task: "add-package-root-to-cmake-settings"
68
69
NAME: "{{.G_CATCH2_LIB_NAME}}"
0 commit comments