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
commitef17bc3d8f7dc29b487ca7e30800cf782a7f7aa9 (patch)
treec99c183027e81c2d8f9485afeba41e865e6ce2d4
parent239afeaffd361a62016ed71268a632e4f71d0477 (diff)
downloaddexon-solidity-ef17bc3d8f7dc29b487ca7e30800cf782a7f7aa9.tar.gz
dexon-solidity-ef17bc3d8f7dc29b487ca7e30800cf782a7f7aa9.tar.zst
dexon-solidity-ef17bc3d8f7dc29b487ca7e30800cf782a7f7aa9.zip
removed automocs
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a9b53c74..3310354f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,5 @@
cmake_policy(SET CMP0015 NEW)
+set(CMAKE_AUTOMOC OFF)
aux_source_directory(. SRC_LIST)