Skip to content

Commit

Permalink
Update libloadorder to 18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Oct 5, 2024
1 parent 924ee89 commit 220a93d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/tests/api/interface/game_interface_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

Expand Down

0 comments on commit 220a93d

Please sign in to comment.