bloomberg / clangmetatool

A framework for reusing code in Clang tools
https://bloomberg.github.io/clangmetatool/
Apache License 2.0
119 stars 25 forks source link

Find clang installation if referenced via symlink #32

Closed dbeer1 closed 5 years ago

dbeer1 commented 5 years ago

Describe your changes The clangmetatool cmake module tries to find the standard include directories for a clang installation, but it fails if clang is referenced via symlink.

Testing performed Test changes against project using clang referenced via symlink

CC: @ruoso