mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-16 12:42:14 +00:00
bump autopkgtest cmake version (Closes: #994501) Thanks to Timo Röhling for the patch
This commit is contained in:
parent
20534b1b6a
commit
678e90d18c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||||
|
|
||||||
|
2
debian/tests/cmake-test
vendored
2
debian/tests/cmake-test
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user