[breaking] Drop support for clang 3.9.1
This commit is contained in:
parent
9dfb518741
commit
c26d230d33
10 changed files with 11 additions and 94 deletions
2
external/external.cmake
vendored
2
external/external.cmake
vendored
|
|
@ -212,7 +212,7 @@ function(_cppast_find_libclang config_tool min_version force)
|
|||
endif()
|
||||
endfunction()
|
||||
|
||||
set(llvm_min_version 3.9.1)
|
||||
set(llvm_min_version 4.0.0)
|
||||
|
||||
if(NOT DEFINED LLVM_PREFERRED_VERSION)
|
||||
set(LLVM_PREFERRED_VERSION 4.0.0 CACHE STRING "the preferred LLVM version")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue