mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update libloadorder to 18.1.0
This commit is contained in:
+2
-2
@@ -105,8 +105,8 @@ else()
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED LIBLOADORDER_URL)
|
||||
set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/tags/18.0.0.tar.gz")
|
||||
set(LIBLOADORDER_HASH "SHA256=7fc509c683239d5c271e91550638ffa02fe5ff6f607d5f2c2d54d92803597a6e")
|
||||
set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/tags/18.1.0.tar.gz")
|
||||
set(LIBLOADORDER_HASH "SHA256=3781b86320bfba400c61141267db0a5a4b3d6663d722fcfd2d5401fcecd251e2")
|
||||
endif()
|
||||
|
||||
ExternalProject_Add(libloadorder
|
||||
|
||||
@@ -302,7 +302,7 @@ TEST_P(GameInterfaceTest, setLoadOrderShouldSetTheLoadOrder) {
|
||||
|
||||
EXPECT_EQ(loadOrder, handle_->GetLoadOrder());
|
||||
|
||||
if (gameSupportsEsl && GetParam() != GameType::starfield) {
|
||||
if (gameSupportsEsl) {
|
||||
loadOrder.erase(std::begin(loadOrder));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user