Update esplugin to v1.0.6

To fix a build error.
This commit is contained in:
Oliver Hamlet
2017-10-20 21:09:56 +01:00
parent 1bb26f6ce1
commit 659932957a
+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.5.tar.gz"
URL "https://github.com/WrinklyNinja/esplugin/archive/1.0.6.tar.gz"
CONFIGURE_COMMAND ""
BUILD_IN_SOURCE 1
BUILD_COMMAND cargo build --release --all --all-features --target ${RUST_TARGET}