eidheim 10 years ago
parent
commit
fb9ab3ee63
  1. 2
      LICENSE
  2. 3
      src/cmake/Modules/FindLibClang.cmake

2
LICENSE

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2015 cppit (zippit) Copyright (c) 2015-2016 cppit (zippit)
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

3
src/cmake/Modules/FindLibClang.cmake

@ -14,7 +14,8 @@
# Known LLVM release numbers. # Known LLVM release numbers.
# most recent versions come first # most recent versions come first
set(LIBCLANG_KNOWN_LLVM_VERSIONS 3.7 set(LIBCLANG_KNOWN_LLVM_VERSIONS 3.7.1
3.7
3.6.2 3.6.2
3.6.1 3.6.1
3.6 3.6

Loading…
Cancel
Save