From 18c22b8e26135ea95d34d644b13139f51603b0fa Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 26 Sep 2021 21:28:32 +0200 Subject: [PATCH 1/2] relax the cmake dependency --- debian/tests/cmake-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/cmake-test b/debian/tests/cmake-test index c73feead..5c4bddca 100755 --- a/debian/tests/cmake-test +++ b/debian/tests/cmake-test @@ -18,7 +18,7 @@ cd "$AUTOPKGTEST_TMP" cat < CMakeLists.txt cmake_minimum_required(VERSION 3.7) project(cmake-test) -find_package(LLVM 11.0.0 REQUIRED +find_package(LLVM 11 REQUIRED COMPONENTS Analysis BitReader From 2de3bcbf2b7c7fff051f796c20b4a121250c3b8b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 26 Sep 2021 21:40:17 +0200 Subject: [PATCH 2/2] adjust the cmake version test --- debian/tests/cmake-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/cmake-test b/debian/tests/cmake-test index 5c4bddca..f9869f4c 100755 --- a/debian/tests/cmake-test +++ b/debian/tests/cmake-test @@ -18,7 +18,7 @@ cd "$AUTOPKGTEST_TMP" cat < CMakeLists.txt cmake_minimum_required(VERSION 3.7) project(cmake-test) -find_package(LLVM 11 REQUIRED +find_package(LLVM 11.1 REQUIRED COMPONENTS Analysis BitReader