mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update libloadorder to 18.2.1
This commit is contained in:
+2
-2
@@ -107,8 +107,8 @@ else()
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED LIBLOADORDER_URL)
|
||||
set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/tags/18.2.0.tar.gz")
|
||||
set(LIBLOADORDER_HASH "SHA256=28565f0b034f651dd67a9e008394dd2db11a084df76557d1944dd1c869845b58")
|
||||
set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/tags/18.2.1.tar.gz")
|
||||
set(LIBLOADORDER_HASH "SHA256=b453e28493aef9bdc7578ca3aa19c390cab44e6e411a44df879de7e617177066")
|
||||
endif()
|
||||
|
||||
ExternalProject_Add(libloadorder
|
||||
|
||||
@@ -18,6 +18,8 @@ Added
|
||||
set.
|
||||
- OpenMW does not force master plugins to load before other plugins: all
|
||||
plugins are treated as non-masters.
|
||||
- OpenMW supports a practically unlimited number of active plugins
|
||||
(2147483646).
|
||||
- While libloot (via libloadorder) attempts to give the same result as the
|
||||
OpenMW Launcher when reading the load order, the Launcher may automatically
|
||||
activate some plugins and hide others from view, while libloot does neither.
|
||||
@@ -63,7 +65,7 @@ Changed
|
||||
effect. Instead, include the Boost path in ``CMAKE_PREFIX_PATH``.
|
||||
- Updated Boost to v1.87.0.
|
||||
- Updated fmt to v11.1.3.
|
||||
- Updated libloadorder to v18.2.0.
|
||||
- Updated libloadorder to v18.2.1.
|
||||
- Updated loot-condition-interpreter to v5.0.0.
|
||||
- Updated spdlog to v1.15.1.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user