Update esplugin to v2.0.0

This commit is contained in:
Oliver Hamlet
2018-06-24 21:57:55 +01:00
parent 315622bb1f
commit 8e96e53f17
+1 -1
View File
@@ -74,7 +74,7 @@ set (GTEST_LIBRARIES "${BINARY_DIR}/googlemock/gtest/${CMAKE_CFG_INTDIR}/${CMAKE
ExternalProject_Add(esplugin
PREFIX "external"
URL "https://github.com/WrinklyNinja/esplugin/archive/1.0.10.tar.gz"
URL "https://github.com/WrinklyNinja/esplugin/archive/2.0.0.tar.gz"
CONFIGURE_COMMAND ""
BUILD_IN_SOURCE 1
BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --features ffi-headers --target ${RUST_TARGET}