diff --git a/recipes/re2/all/CMakeLists.txt b/recipes/re2/all/CMakeLists.txt index a69305eb3971f..b71c882d9d33f 100644 --- a/recipes/re2/all/CMakeLists.txt +++ b/recipes/re2/all/CMakeLists.txt @@ -1,7 +1,7 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.1) project(cmake_wrapper) include(conanbuildinfo.cmake) -conan_basic_setup() +conan_basic_setup(KEEP_RPATHS) add_subdirectory(source_subfolder) diff --git a/recipes/re2/all/conandata.yml b/recipes/re2/all/conandata.yml index 98df85897a3ee..15ba52699710a 100644 --- a/recipes/re2/all/conandata.yml +++ b/recipes/re2/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "20220601": + url: "https://github.com/google/re2/archive/refs/tags/2022-06-01.tar.gz" + sha256: "f89c61410a072e5cbcf8c27e3a778da7d6fd2f2b5b1445cd4f4508bee946ab0f" "20220201": url: "https://github.com/google/re2/archive/refs/tags/2022-02-01.tar.gz" sha256: "9c1e6acfd0fed71f40b025a7a1dabaf3ee2ebb74d64ced1f9ee1b0b01d22fd27" diff --git a/recipes/re2/config.yml b/recipes/re2/config.yml index 4db75e4bd09c8..d4ddea306645e 100644 --- a/recipes/re2/config.yml +++ b/recipes/re2/config.yml @@ -1,4 +1,6 @@ versions: + "20220601": + folder: all "20220201": folder: all "20211101":