From 92a88040c83c6ef638a42d80f43fa8a722d01f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Fri, 16 Jan 2015 00:32:46 +0100 Subject: [PATCH] Remove hardcoded LLVM library path and include optional CPP-JIT connector library from evmjit --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1246e152..9bab77585 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,9 +124,7 @@ include(EthExecutableHelper) createBuildInfo() if (EVMJIT) - # Workaround for Ubuntu broken LLVM package - link_directories(/usr/lib/llvm-3.5/lib) - + set(EVMJIT_CPP TRUE) # include CPP-JIT connector add_subdirectory(evmjit) endif()