diff --git a/debian/tests/cmake-test b/debian/tests/cmake-test index c47c36e5..09978e6f 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 9.0.0 REQUIRED +find_package(LLVM 9 REQUIRED COMPONENTS Analysis BitReader