diff options
author | chriseth <chris@ethereum.org> | 2016-11-08 20:47:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-08 20:47:52 +0800 |
commit | 7a30e8cf6edd3749e908913794aa6b195ba7520b (patch) | |
tree | 4ed6b70b663c2b344f81d019f8764584b02b69c3 /liblll | |
parent | dd0879fe438af22d6db49826e800ccd14c3780e7 (diff) | |
parent | 598154ed17f4155406ec1c047f3294c316ebd658 (diff) | |
download | dexon-solidity-7a30e8cf6edd3749e908913794aa6b195ba7520b.tar.gz dexon-solidity-7a30e8cf6edd3749e908913794aa6b195ba7520b.tar.zst dexon-solidity-7a30e8cf6edd3749e908913794aa6b195ba7520b.zip |
Merge pull request #1252 from ethereum/jsoncpp-from-source
Build jsoncpp from source using jsoncpp.cmake script
Diffstat (limited to 'liblll')
-rw-r--r-- | liblll/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/liblll/CMakeLists.txt b/liblll/CMakeLists.txt index b9d220ab..db90025a 100644 --- a/liblll/CMakeLists.txt +++ b/liblll/CMakeLists.txt @@ -5,9 +5,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTATICLIB") aux_source_directory(. SRC_LIST) -#include_directories(BEFORE ${JSONCPP_INCLUDE_DIRS}) -#include_directories(${Boost_INCLUDE_DIRS}) - set(EXECUTABLE lll) file(GLOB HEADERS "*.h") |