Skip to content

Find libClang properly

Daniel Campora Perez requested to merge dcampora_find_libclang_properly into master

This MR allows to find libClang properly. It also updates the LCG default version to LCG_99.

  • Provide FindLLVM.cmake, FindLibClang.cmake and FindClang.cmake.
  • Require minimum major version 9 for found libClang.
  • Properly use environment variables LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH in GenerateConfiguration.cmake.

Merge request reports