From 70fcf1a8e051e2d4bc5c57264fb49d611ac18c19 Mon Sep 17 00:00:00 2001 From: Alexander Arlt Date: Wed, 18 Apr 2018 21:36:36 +0200 Subject: CMake: remove direct jsoncpp dependency in libevmasm --- libevmasm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libevmasm/CMakeLists.txt') diff --git a/libevmasm/CMakeLists.txt b/libevmasm/CMakeLists.txt index cfd59dff..86192c1b 100644 --- a/libevmasm/CMakeLists.txt +++ b/libevmasm/CMakeLists.txt @@ -2,4 +2,4 @@ file(GLOB sources "*.cpp") file(GLOB headers "*.h") add_library(evmasm ${sources} ${headers}) -target_link_libraries(evmasm PUBLIC jsoncpp devcore) +target_link_libraries(evmasm PUBLIC devcore) -- cgit