Skip to content
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

Require boost json component #599

Conversation

AndreyMlashkin
Copy link
Contributor

Fixes #598

@AndreyMlashkin AndreyMlashkin force-pushed the require-boost-json-component branch from afd0284 to 8034639 Compare April 26, 2024 06:59
@@ -51,6 +51,8 @@ set(RSLANG_BUILD_TOOLS "<none>" CACHE STRING "Rust tools to build (see build.too
include(TargetArchitecture)
include(CircuitCompile)

find_package(Boost REQUIRED COMPONENTS json)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why only json required?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the boost version from apt-get already contained all other required boost submodules.
But it's a valid point to explicitly list all the required ones

@AndreyMlashkin
Copy link
Contributor Author

This one was triggered from my private repo, re-do it in this PR #600

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.

[Possible bug] Require boost json module in the root CMakeLists
2 participants