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
The library-specific _DYN_LINK macros defined by the CMake config files are recognized (625bafd) but the library-specific _NO_LIB macros are not.
This used to not matter because the config files used to define BOOST_ALL_NO_LIB, but they define the library-specific _NO_LIB macros now.
Ref: https://lists.boost.org/Archives/boost/2022/06/253153.php
The text was updated successfully, but these errors were encountered:
Ping? Autolink is still active which is at the moment visible in e.g. https://github.com/boostorg/boost_install/actions/runs/7232627306/job/19707018584#step:4:440 because the autolink version in Config is still not updated so it tries to autolink to 1.84.
Sorry, something went wrong.
I believe that #406 is the fix for this.
6ab9445
Merge pull request #406 from boostorg/pr/lib-specific-no-lib
e41c4e1
Respect library-specific _NO_LIB macros. Fixes #339.
No branches or pull requests
The library-specific _DYN_LINK macros defined by the CMake config files are recognized (625bafd) but the library-specific _NO_LIB macros are not.
This used to not matter because the config files used to define BOOST_ALL_NO_LIB, but they define the library-specific _NO_LIB macros now.
Ref: https://lists.boost.org/Archives/boost/2022/06/253153.php
The text was updated successfully, but these errors were encountered: