Browse Source

Remove hardcoded LLVM library path and include optional CPP-JIT connector library from evmjit

cl-refactor
Paweł Bylica 10 years ago
parent
commit
92a88040c8
  1. 4
      CMakeLists.txt

4
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()

Loading…
Cancel
Save