mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-15 05:25:56 +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_TESTS "Build unit tests")
|
||||||
option(ENABLE_NLS "Enable building of translations" ${ENABLE_GAME})
|
option(ENABLE_NLS "Enable building of translations" ${ENABLE_GAME})
|
||||||
|
|
||||||
set(BOOST_VERSION "1.67")
|
set(BOOST_VERSION "1.70")
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
set(Lua_FIND_VERSION_MAJOR 5)
|
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
|
You'll need to have these libraries and their development headers installed in
|
||||||
order to build Wesnoth:
|
order to build Wesnoth:
|
||||||
|
|
||||||
* Boost libraries >= 1.66.0
|
* Boost libraries >= 1.70.0
|
||||||
Most headers plus the following binary libs:
|
Most headers plus the following binary libs:
|
||||||
* Filesystem
|
* Filesystem
|
||||||
* Locale
|
* Locale
|
||||||
|
|
|
@ -196,7 +196,7 @@ if env['compile_db']:
|
||||||
cdb = env.CompilationDatabase()
|
cdb = env.CompilationDatabase()
|
||||||
Alias('cdb', cdb)
|
Alias('cdb', cdb)
|
||||||
|
|
||||||
boost_version = "1.67"
|
boost_version = "1.70"
|
||||||
|
|
||||||
def SortHelpText(a, b):
|
def SortHelpText(a, b):
|
||||||
return (a > b) - (a < b)
|
return (a > b) - (a < b)
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
### Multiplayer
|
### Multiplayer
|
||||||
### Lua API
|
### Lua API
|
||||||
### Packaging
|
### Packaging
|
||||||
|
* Boost 1.70 or later is now required
|
||||||
### Terrain
|
### Terrain
|
||||||
### Translations
|
### Translations
|
||||||
* Updated translations: Bengali, British English, Finnish, Italian
|
* Updated translations: Bengali, British English, Finnish, Italian
|
||||||
|
|
Loading…
Reference in New Issue
Block a user