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