From 0050a3e55b3a88d1c60a7592eaea30d433cab089 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 7 Oct 2019 10:01:50 +0200 Subject: [PATCH] fixup merge, bump cmake required llvm version for testing to 10 --- 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 2391cf01..f63a5fd7 100755 --- a/debian/tests/cmake-test +++ b/debian/tests/cmake-test @@ -17,7 +17,7 @@ fi cd "$ADTTMP" cat < CMakeLists.txt cmake_minimum_required(VERSION 2.6.2) -find_package(LLVM 9.0.0 REQUIRED +find_package(LLVM 10.0.0 REQUIRED COMPONENTS Analysis BitReader