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 | c60def06b504bda1cc61923c8d1951465996c7a1 (patch) | |
tree | c87940ceaf7e02b209d554d3099adf2e6fcebe9d | |
parent | 476853f3feb2159fa24a85826c19e7e5190d3770 (diff) | |
download | dexon-solidity-c60def06b504bda1cc61923c8d1951465996c7a1.tar.gz dexon-solidity-c60def06b504bda1cc61923c8d1951465996c7a1.tar.zst dexon-solidity-c60def06b504bda1cc61923c8d1951465996c7a1.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 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") |