From 4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75 Mon Sep 17 00:00:00 2001 From: Paweł Bylica Date: Thu, 20 Oct 2016 11:58:25 +0200 Subject: Build jsoncpp from source using jsoncpp.cmake script --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 62440265..efde0f91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,7 @@ project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies include(EthDependencies) +include(deps/jsoncpp.cmake) # Figure out what compiler and system are we using include(EthCompilerSettings) -- cgit