Update libloadorder to 18.2.1

This commit is contained in:
Oliver Hamlet
2025-02-02 21:32:06 +00:00
parent c8381617a8
commit c26b495c03
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -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
+3 -1
View File
@@ -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.