Skip to content

Commit

Permalink
Update dependency: deps/plugin (#751)
Browse files Browse the repository at this point in the history
* deps/plugin: update submodule

* Revert "Update dependency: deps/plugin (#740)"

Co-authored-by: Andrei <andrei.vacaru@runtimeverification.com>
  • Loading branch information
rv-jenkins and anvacaru committed Mar 12, 2020
1 parent 06f1d2f commit 4f5143b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update \
flex \
gcc \
jq \
libboost-all-dev \
libboost-test-dev \
libcrypto++-dev \
libffi-dev \
Expand Down
4 changes: 2 additions & 2 deletions cmake/client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ endif()
target_include_directories(kevm-client
PUBLIC $ENV{PLUGIN_SUBMODULE}/plugin-c
PUBLIC $ENV{PLUGIN_SUBMODULE}/vm-c
PUBLIC $ENV{PLUGIN_SUBMODULE}/deps/websocketpp
PUBLIC $ENV{PLUGIN_SUBMODULE}/deps/cpp-httplib
PUBLIC ${CMAKE_SOURCE_DIR}/..)
target_compile_options(kevm-client
PUBLIC $ENV{LLVM_KOMPILE_OPTS}
PUBLIC -Wall -Werror -Wno-unknown-warning-option)
target_link_libraries(kevm-client
ff gmp ${LINK_PROCPS} cryptopp secp256k1 gflags boost_system
ff gmp ${LINK_PROCPS} cryptopp secp256k1 gflags
)

include(LLVMKompile)
2 changes: 1 addition & 1 deletion deps/plugin

0 comments on commit 4f5143b

Please sign in to comment.