Skip to content

Commit 0db6019

Browse files
authored
(#11777) re2: add 20220601 + relocatable shared lib on macOS
* add re2/20220601 * relocatable shared lib on macOS
1 parent ce9e07c commit 0db6019

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

recipes/re2/all/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
cmake_minimum_required(VERSION 2.8.12)
1+
cmake_minimum_required(VERSION 3.1)
22
project(cmake_wrapper)
33

44
include(conanbuildinfo.cmake)
5-
conan_basic_setup()
5+
conan_basic_setup(KEEP_RPATHS)
66

77
add_subdirectory(source_subfolder)

recipes/re2/all/conandata.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
sources:
2+
"20220601":
3+
url: "https://github.com/google/re2/archive/refs/tags/2022-06-01.tar.gz"
4+
sha256: "f89c61410a072e5cbcf8c27e3a778da7d6fd2f2b5b1445cd4f4508bee946ab0f"
25
"20220201":
36
url: "https://github.com/google/re2/archive/refs/tags/2022-02-01.tar.gz"
47
sha256: "9c1e6acfd0fed71f40b025a7a1dabaf3ee2ebb74d64ced1f9ee1b0b01d22fd27"

recipes/re2/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
versions:
2+
"20220601":
3+
folder: all
24
"20220201":
35
folder: all
46
"20211101":

0 commit comments

Comments
 (0)