-
Notifications
You must be signed in to change notification settings - Fork 852
upgrade boost to 1.71.0 #10295
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
upgrade boost to 1.71.0 #10295
Conversation
* bump boost version * add missing header * try to fix _snprintf problem * Revert "try to fix _snprintf problem" This reverts commit 80cfef0. * another go at _snprintf
…ture/boost-1.7.1-lib-only * 'devel' of https://github.com/arangodb/arangodb: Bug fix/make result ctor noexcept (#10293) micro optimizations for case conversion (#10291) fix error message (#10281) Add Linux to -Werr (#10294)
Ok, so we are going more than 50 versions back? diff --git a/3rdParty/boost/CMakeLists.txt b/3rdParty/boost/CMakeLists.txt
index 6d5399043f..2f3ec0e667 100644
--- a/3rdParty/boost/CMakeLists.txt
+++ b/3rdParty/boost/CMakeLists.txt
@@ -1,7 +1,7 @@
project(boost)
#the boost version must also be adjusted in the top-level CMakeLists.txt file
-set(boost_version "1.17.0")
+set(boost_version "1.69.0")
set(BOOST_VERSION ${boost_version} PARENT_SCOPE)
set(boost_src "${CMAKE_CURRENT_SOURCE_DIR}/${boost_version}")
|
Can you also please fix the directory name from |
Because 2 people did not notice. |
Clean up the version mess in a new PR |
No description provided.