Skip to content

ci: Fix find_package(Boost) for Ubuntu 26.04 - #2296

Open
Andrei-Fabian-Pop wants to merge 1 commit into
mainfrom
afpop/summer-practice
Open

ci: Fix find_package(Boost) for Ubuntu 26.04#2296
Andrei-Fabian-Pop wants to merge 1 commit into
mainfrom
afpop/summer-practice

Conversation

@Andrei-Fabian-Pop

Copy link
Copy Markdown
Contributor

Boost.System is header-only since Boost 1.19 and its compiled library was removed in Boost 1.89, so it must not be requested as a component. This is especially visible in Ubuntu 26.04 since it is the latest apt version.

Using this fix, I managed to build Scopy (Qt5, tag: v2.2.1) on Ubuntu 26.04.

Boost.System is header-only since Boost 1.19 and its compiled library
was removed in Boost 1.89, so it must not be requested as a component.
This is especially visible in Ubuntu 26.04 since it is the latest apt
version.

Signed-off-by: Andrei-Fabian-Pop <Andreifabian.Pop@analog.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant