| author | |
| committer | |
| log | 7bafe2e490576f8b6f401ed4e9cedfa9fb395127 |
| tree | 4559447b269f5902f2ec0f07ce49695f8fe741da |
| parent | 06bf91843640a060c5e17072e02dc9d7deea920b |
1 files changed, 1 insertions(+), 1 deletions(-)
cmake/Findclang.cmake+1-1| ... | ... | @@ -44,7 +44,7 @@ else() |
| 44 | 44 | /usr/local/llvm80/include |
| 45 | 45 | /mingw64/include) |
| 46 | 46 | |
| 47 | macro(FIND_AND_ADD_CLANG_LIB _libname_) | |
| 47 | macro(FIND_AND_ADD_CLANG_LIB _libname_) | |
| 48 | 48 | string(TOUPPER ${_libname_} _prettylibname_) |
| 49 | 49 | find_library(CLANG_${_prettylibname_}_LIB NAMES ${_libname_} |
| 50 | 50 | PATHS |