diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-12-04 16:55:54 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-12-04 16:55:54 +0800 |
commit | fa43a0ee959d83959467bb5d08660756c33da682 (patch) | |
tree | 15e19689365900d751fbc3f7ad21f3fff6934439 | |
parent | 5af545d47d7920d0e58c6813ba34f108ce5d50f6 (diff) | |
download | dexon-solidity-fa43a0ee959d83959467bb5d08660756c33da682.tar dexon-solidity-fa43a0ee959d83959467bb5d08660756c33da682.tar.gz dexon-solidity-fa43a0ee959d83959467bb5d08660756c33da682.tar.bz2 dexon-solidity-fa43a0ee959d83959467bb5d08660756c33da682.tar.lz dexon-solidity-fa43a0ee959d83959467bb5d08660756c33da682.tar.xz dexon-solidity-fa43a0ee959d83959467bb5d08660756c33da682.tar.zst dexon-solidity-fa43a0ee959d83959467bb5d08660756c33da682.zip |
removed automocs
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ea2ef4b7..260493b0 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") |