compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

Update CppInterOpConfig.cmake.in to get correct library location #171

Closed mcbarton closed 7 months ago

mcbarton commented 7 months ago

When referencing config file while building xeus-clang-repl it sets the location of the library to the wrong location. This fix gives the right location.

@p4vook @vgvassilev This is the issue I mentioned in https://github.com/compiler-research/xeus-clang-repl/pull/77

codecov[bot] commented 7 months ago

Codecov Report

Merging #171 (24a6f65) into main (900d311) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/171/graphs/tree.svg?width=650&height=150&src=pr&token=7UWTYSVVT5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #171 +/- ## ======================================= Coverage 72.75% 72.75% ======================================= Files 8 8 Lines 2885 2885 ======================================= Hits 2099 2099 Misses 786 786 ```