Update cmake test for version 12

This commit is contained in:
Gianfranco Costamagna 2020-09-30 17:40:10 +02:00
parent bfe9aeb22b
commit b51b3233b5

View File

@ -18,7 +18,7 @@ cd "$ADTTMP"
cat <<EOF > CMakeLists.txt
cmake_minimum_required(VERSION 2.6.2)
project(cmake-test)
find_package(LLVM 11.0.0 REQUIRED
find_package(LLVM 12.0.0 REQUIRED
COMPONENTS
Analysis
BitReader