From b7ce064fd113f4f0729fae082d28e84eb2db815f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 28 Apr 2018 09:12:20 +0100 Subject: [PATCH] Update libloadorder to v11.2.1 This fixes the load order positions of light-master-flagged .esp files. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a142847c..716c6cf0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ set(LIBGIT2_LIBRARIES "${BINARY_DIR}/${CMAKE_CFG_INTDIR}/${CMAKE_STATIC_LIBRARY_ ExternalProject_Add(libloadorder PREFIX "external" - URL "https://github.com/WrinklyNinja/libloadorder/archive/11.2.0.tar.gz" + URL "https://github.com/WrinklyNinja/libloadorder/archive/11.2.1.tar.gz" CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 BUILD_COMMAND cargo build --release --all --all-features --target ${RUST_TARGET}