mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-13 16:43:49 +00:00
Bump min Boost version to 1.70
This commit is contained in:
parent
fbe2166c33
commit
9ef8c90767
|
@ -52,7 +52,7 @@ option(ENABLE_MYSQL "Enable building MP/add-ons servers with mysql support" OFF)
|
|||
option(ENABLE_TESTS "Build unit tests")
|
||||
option(ENABLE_NLS "Enable building of translations" ${ENABLE_GAME})
|
||||
|
||||
set(BOOST_VERSION "1.67")
|
||||
set(BOOST_VERSION "1.70")
|
||||
|
||||
if(NOT WIN32)
|
||||
set(Lua_FIND_VERSION_MAJOR 5)
|
||||
|
|
|
@ -8,7 +8,7 @@ later, or a version of Clang with equivalent support.
|
|||
You'll need to have these libraries and their development headers installed in
|
||||
order to build Wesnoth:
|
||||
|
||||
* Boost libraries >= 1.66.0
|
||||
* Boost libraries >= 1.70.0
|
||||
Most headers plus the following binary libs:
|
||||
* Filesystem
|
||||
* Locale
|
||||
|
|
|
@ -196,7 +196,7 @@ if env['compile_db']:
|
|||
cdb = env.CompilationDatabase()
|
||||
Alias('cdb', cdb)
|
||||
|
||||
boost_version = "1.67"
|
||||
boost_version = "1.70"
|
||||
|
||||
def SortHelpText(a, b):
|
||||
return (a > b) - (a < b)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
### Multiplayer
|
||||
### Lua API
|
||||
### Packaging
|
||||
* Boost 1.70 or later is now required
|
||||
### Terrain
|
||||
### Translations
|
||||
* Updated translations: Bengali, British English, Finnish, Italian
|
||||
|
|
Loading…
Reference in New Issue
Block a user