From 9c3d0c4d8162c42723337d0f26c8d98198c2cac0 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Fri, 11 Sep 2015 13:43:58 +0200 Subject: Add cmake defaults for split repo builds. Basically same problem as the one seen in [this](https://github.com/ethereum/webthree/pull/34) PR. --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1dcacaf..69cbe0cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,10 @@ include(EthExecutableHelper) # Include utils include(EthUtils) +include(EthOptions) +configure_project() +print_config() + add_subdirectory(libsolidity) add_subdirectory(solc) add_subdirectory(test) -- cgit v1.2.3