Browse Source

fixed cmake

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
1bf6713c19
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -119,7 +119,7 @@ endif()
add_subdirectory(lllc)
add_subdirectory(solc)
add_subdirectory(sc)
if (JSONRPC_LS OR (NOT HEADLESS))
if (JSONRPC_LS)
add_subdirectory(libweb3jsonrpc)
endif()
if (NOT LANGUAGES)

Loading…
Cancel
Save