From 619c91321ba226974cbd0db41e6397f50981d55d Mon Sep 17 00:00:00 2001 From: debris Date: Tue, 1 Sep 2015 15:30:26 +0200 Subject: changes required to compile solidity in a single project --- solc/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'solc') diff --git a/solc/CMakeLists.txt b/solc/CMakeLists.txt index e9a3446b..2d23dab1 100644 --- a/solc/CMakeLists.txt +++ b/solc/CMakeLists.txt @@ -1,5 +1,3 @@ -set(CMAKE_AUTOMOC OFF) - aux_source_directory(. SRC_LIST) list(REMOVE_ITEM SRC_LIST "./jsonCompiler.cpp") -- cgit v1.2.3