Update libloadorder to fix recursive plugin scan

This commit is contained in:
Oliver Hamlet
2018-02-17 11:15:24 +00:00
parent cb41a9d3f9
commit 3e03df4e27
+1 -1
View File
@@ -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/10.1.0.tar.gz"
URL "https://github.com/WrinklyNinja/libloadorder/archive/11.0.1.tar.gz"
CONFIGURE_COMMAND ""
BUILD_IN_SOURCE 1
BUILD_COMMAND cargo build --release --all --all-features --target ${RUST_TARGET}