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

GEODE-10292: Bump to boost 1.79.0 #967

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cppcache/test/statistics/HostStatSamplerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <gmock/gmock.h>

#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/process/environment.hpp>

#include <gtest/gtest.h>
Expand Down
4 changes: 2 additions & 2 deletions dependencies/boost/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

project(boost VERSION 1.76.0 LANGUAGES NONE)
project(boost VERSION 1.79.0 LANGUAGES NONE)

set(SHA256 7bd7ddceec1a1dfdcbdb3e609b60d01739c38390a5f956385a12f3122049f0ca)
set(SHA256 273f1be93238a068aba4f9735a4a2b003019af067b9c183ed227780b8f36062c)

if (WIN32)
set(BOOTSTRAP_COMMAND bootstrap.bat)
Expand Down