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:50:29 +02:00
parent 20534b1b6a
commit 678e90d18c
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ llvm-toolchain-11 (1:11.1.0-1~exp3) UNRELEASED; urgency=medium
* Cherry-pick upstream commit to fix a libgl1-mesa-dri texture failure. * Cherry-pick upstream commit to fix a libgl1-mesa-dri texture failure.
(Closes: #989545) (Closes: #989545)
* bump autopkgtest cmake version (Closes: #994501)
Thanks to Timo Röhling for the patch
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 01 Sep 2021 12:24:34 +0200 -- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 01 Sep 2021 12:24:34 +0200

View File

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