Add a project in the cmake-test to silent a warning

This commit is contained in:
Sylvestre Ledru 2019-11-24 15:58:45 +01:00
parent 60e866cfdf
commit 20bfbd7db3
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-9 (1:9.0.1~+rc1-1~exp2) experimental; urgency=medium
* Add a project in the cmake-test to silent a warning
--
llvm-toolchain-9 (1:9.0.1~+rc1-1~exp1) experimental; urgency=medium
* New snapshot release

View File

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