We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Adnan,
When I pull the newest 2.0 and build it, I get the error message in title, which is solved by modifying:
find_package(Boost COMPONENTS filesystem REQUIRED)
in CmakeList.txt, to:
find_package(Boost COMPONENTS filesystem system REQUIRED)
FYI, maybe it's just a rarely happened issue.
Best regard, Simon Hao
The text was updated successfully, but these errors were encountered:
Hi Simon,
Thanks for the info. Can you please post the error message.
-Adnan
Sorry, something went wrong.
No branches or pull requests
Hi Adnan,
When I pull the newest 2.0 and build it, I get the error message in title, which is solved by modifying:
find_package(Boost COMPONENTS filesystem REQUIRED)
in CmakeList.txt, to:
find_package(Boost COMPONENTS filesystem system REQUIRED)
FYI, maybe it's just a rarely happened issue.
Best regard,
Simon Hao
The text was updated successfully, but these errors were encountered: