-
Notifications
You must be signed in to change notification settings - Fork 1
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
First build and test run of program_options #2
First build and test run of program_options #2
Conversation
@zaucy have you seen this error. I have seen it with my Windows build of my personal project but I have never fixed it before.
|
Yea that's boosts "auto-linking" feature. Not very useful for bazel projects. All you gotta do is add |
How did you figure that out? |
just by knowing about the auto linking feature. I started using boost 10 years ago and I had to deal with it plenty when compiling boost on Windows. You may see it on other C++ projects that use msvc if you ever see this: #pragma comment(lib, "some_library_you_want_to_link") references: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for getting this up and running!
Thank you for explaining that! That will definitely help. I love learning new things. Let me know when it is merged so I can start on the next one. |
released! |
This has all tests passing. Didn't bother with the cfg or python tests