adjust the cmake version test

This commit is contained in:
Sylvestre Ledru 2021-09-26 21:40:17 +02:00
parent 18c22b8e26
commit 2de3bcbf2b

View File

@ -18,7 +18,7 @@ cd "$AUTOPKGTEST_TMP"
cat <<EOF > 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