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