diff --git a/debian/tests/cmake-test b/debian/tests/cmake-test index 55c721b8..402bd66d 100755 --- a/debian/tests/cmake-test +++ b/debian/tests/cmake-test @@ -18,7 +18,7 @@ cd "$ADTTMP" cat < CMakeLists.txt cmake_minimum_required(VERSION 2.6.2) project(cmake-test) -find_package(LLVM 11.0.0 REQUIRED +find_package(LLVM 12.0.0 REQUIRED COMPONENTS Analysis BitReader