-
Notifications
You must be signed in to change notification settings - Fork 0
/
conandata.yml
25 lines (25 loc) · 1.08 KB
/
conandata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
sources:
"1.11.0":
url: "https://github.com/google/googletest/archive/release-1.11.0.tar.gz"
sha256: "b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5"
"cci.20210126":
url: "https://github.com/google/googletest/archive/273f8cb059a4e7b089731036392422b5ef489791.tar.gz"
sha256: "2937e96827aa44b291d42c4f0ffaa6a7637445822cf873d0fa6a889df84b8628"
"1.10.0":
url: "https://github.com/google/googletest/archive/release-1.10.0.tar.gz"
sha256: "9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb"
"1.8.1":
url: "https://github.com/google/googletest/archive/release-1.8.1.tar.gz"
sha256: "9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c"
patches:
"cci.20210126":
- patch_file: "patches/gtest-1.10.0.patch"
base_path: "source_subfolder"
"1.10.0":
- patch_file: "patches/gtest-1.10.0.patch"
base_path: "source_subfolder"
- patch_file: "patches/gtest-1.10.0-override.patch"
base_path: "source_subfolder"
"1.8.1":
- patch_file: "patches/gtest-1.8.1.patch"
base_path: "source_subfolder"