simplify cmake test without minor version

This commit is contained in:
Gianfranco Costamagna 2021-09-27 15:05:11 +02:00
parent 9e31f247fc
commit 5205be6e34

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 9.0.0 REQUIRED
find_package(LLVM 9 REQUIRED
COMPONENTS
Analysis
BitReader