bump autopkgtest cmake version (Closes: #994501) Thanks to Timo Röhling for the patch

This commit is contained in:
Sylvestre Ledru 2021-09-24 12:48:56 +02:00
parent 1d59ad582c
commit 343bd8f5ad
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -3,6 +3,8 @@ llvm-toolchain-9 (1:9.0.1-17) unstable; urgency=medium
* Remove an old breaks/replaces for 9 which was causing
some issues on Debian buster. Thanks to Julien Wajsberg
for the bug report
* bump autopkgtest cmake version (Closes: #994501)
Thanks to Timo Röhling for the patch
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 08 Mar 2021 12:05:07 +0100

View File

@ -16,7 +16,7 @@ fi
cd "$AUTOPKGTEST_TMP"
cat <<EOF > CMakeLists.txt
cmake_minimum_required(VERSION 2.6.2)
cmake_minimum_required(VERSION 3.7)
project(cmake-test)
find_package(LLVM 9.0.0 REQUIRED
COMPONENTS