-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake: add Boost::stacktrace ALIAS target for platform defaults #167
Conversation
This change breaks the CMake build: https://github.com/boostorg/boost/actions/runs/9594246969/job/26456395308 |
Instead of
use
and similarly for the other two. |
Also, you need to add CMake jobs to your CI. |
Can this please be fixed? It's breaking my boostorg/cmake CI and interfering with my work. |
Hello, yes, sorry; hotfix will be ready in no time. |
This might not be easy because |
The Timer CI may be the best starting point https://github.com/boostorg/timer/blob/develop/.github/workflows/ci.yml#L268-L601 because it's a compiled library (although macos-11 would need to be replaced with macos-14 because macos-11 is going away.) |
Yes, thanks, will try to play on my own fork with both of them (boost_install() and CI), maybe will come up with some ideas about it. 👍 |
For the |
I'm working on adding CI. Will look into the boost_stacktrace target next. |
Added CMake CI to develop. |
Added boost_stacktrace on a branch, but there are weird failures on macos-12 and macos-14. I'm not sure why they happen and what I need to do about them. macos-12 is just this
(https://github.com/boostorg/stacktrace/actions/runs/9617263707/job/26528655980) |
Added the Boost::stacktrace library (now properly installed and tested) to develop. |
No description provided.