aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-12-04 16:55:54 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-12-04 16:55:54 +0800
commitc60def06b504bda1cc61923c8d1951465996c7a1 (patch)
treec87940ceaf7e02b209d554d3099adf2e6fcebe9d
parent476853f3feb2159fa24a85826c19e7e5190d3770 (diff)
downloaddexon-solidity-c60def06b504bda1cc61923c8d1951465996c7a1.tar.gz
dexon-solidity-c60def06b504bda1cc61923c8d1951465996c7a1.tar.zst
dexon-solidity-c60def06b504bda1cc61923c8d1951465996c7a1.zip
removed automocs
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b158178..4e694135 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,5 @@
cmake_policy(SET CMP0015 NEW)
+set(CMAKE_AUTOMOC OFF)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTATICLIB")