From 8dcd4d38cd3737eaa61afde2d5621aa28ae9f749 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 24 Oct 2018 08:18:27 +0100 Subject: [PATCH] Update condition interpreter to v1.1.0 This adds support for product_version() condition functions. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3687802f..75481c0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,7 @@ ENDIF () ExternalProject_Add(loot-condition-interpreter PREFIX "external" - URL "https://github.com/Ortham/loot-condition-interpreter/archive/1.0.0.tar.gz" + URL "https://github.com/Ortham/loot-condition-interpreter/archive/1.1.0.tar.gz" CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --target ${RUST_TARGET} &&