Replies: 1 comment 3 replies
-
Hi thanks for opening this. I had this issue recently in the upstream library (cpptrace) and now that it's fixed there I can fix it here too. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for this useful library!
In one of my other projects, I am trying to use it, following your
cmake
-based advice, in my owncmake
-based project..I have a library that uses libassert and links to it as per:
libfoo
is later exported:Which cause
cmake
to emit this error:Can you advise regarding how I might fix this problem, please?
Beta Was this translation helpful? Give feedback.
All reactions