Fix setting load order with pre-unix-epoch timestamps

This commit is contained in:
Oliver Hamlet
2018-03-29 05:37:19 +01:00
parent 938e0e86c8
commit 74ab42d60f
+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/11.0.1.tar.gz"
URL "https://github.com/WrinklyNinja/libloadorder/archive/11.0.2.tar.gz"
CONFIGURE_COMMAND ""
BUILD_IN_SOURCE 1
BUILD_COMMAND cargo build --release --all --all-features --target ${RUST_TARGET}