mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 00:55:55 +00:00
bump autopkgtest cmake version (Closes: #994501) Thanks to Timo Röhling for the patch
This commit is contained in:
parent
1d59ad582c
commit
343bd8f5ad
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
||||
2
debian/tests/cmake-test
vendored
2
debian/tests/cmake-test
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user