-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Update boost windows documentation section to add toolset and Cmake notes, remove BOOST_ROOT variable #540
Merged
maxim-lobanov
merged 3 commits into
actions:master
from
al-cheb:al-cheb/update_boost_documentation
Mar 17, 2020
Merged
Update boost windows documentation section to add toolset and Cmake notes, remove BOOST_ROOT variable #540
maxim-lobanov
merged 3 commits into
actions:master
from
al-cheb:al-cheb/update_boost_documentation
Mar 17, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alepauly
approved these changes
Mar 13, 2020
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.
looks good @al-cheb !
sergey-akhalkov
approved these changes
Mar 13, 2020
I thought that (according to #319) the |
erenon
added a commit
to morganstanley/binlog
that referenced
this pull request
Mar 30, 2020
erenon
added a commit
to morganstanley/binlog
that referenced
this pull request
Apr 3, 2020
erenon
added a commit
to morganstanley/binlog
that referenced
this pull request
Apr 5, 2020
lazka
added a commit
to lazka/meson
that referenced
this pull request
Sep 23, 2022
This was initially added in eb76ba7 to avoid picking it up from azure/gha images. Looks like it is no longer set for some time now though: actions/runner-images#540 so should no longer be needed. The empty string makes some meson tests fail which expect a path. A recent msys2-runtime change now lets empty env vars through to child processes whereas before they would get filtered out, which is why this worked before.
xclaesse
pushed a commit
to mesonbuild/meson
that referenced
this pull request
Sep 23, 2022
This was initially added in eb76ba7 to avoid picking it up from azure/gha images. Looks like it is no longer set for some time now though: actions/runner-images#540 so should no longer be needed. The empty string makes some meson tests fail which expect a path. A recent msys2-runtime change now lets empty env vars through to child processes whereas before they would get filtered out, which is why this worked before.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Customer request:
Updates:
Example output:
Boost
1.69.0 [msvc-14.1]
Environment:
1.72.0 [msvc-14.2]
Environment:
Notes:
Link: https://cmake.org/cmake/help/latest/module/FindBoost.html
If Boost was built using the
boost-cmake
project or fromBoost 1.70.0
on it provides a packageconfiguration file for use with find_package's config mode. This module looks for the package
configuration file called BoostConfig.cmake or boost-config.cmake and stores the result in CACHE entry "Boost_DIR".
If found, the package configuration file is loaded and this module returns with no further action.
See documentation of the Boost CMake package configuration for details on what it provides.
Set
Boost_NO_BOOST_CMAKE to ON
, to disable the search for boost-cmake.