diff options
author | Paweł Bylica <chfast@gmail.com> | 2017-08-18 19:31:31 +0800 |
---|---|---|
committer | Paweł Bylica <chfast@gmail.com> | 2017-08-18 19:32:35 +0800 |
commit | d1f4d110fb5c2ed09ef0111ecd3789f52be1200c (patch) | |
tree | a583a23950da8c300cdf3b012019cf96c1e20120 /liblll/CMakeLists.txt | |
parent | 2a1b6b2e92edc1665eb1644f2ccf06c44e68448a (diff) | |
download | dexon-solidity-d1f4d110fb5c2ed09ef0111ecd3789f52be1200c.tar.gz dexon-solidity-d1f4d110fb5c2ed09ef0111ecd3789f52be1200c.tar.zst dexon-solidity-d1f4d110fb5c2ed09ef0111ecd3789f52be1200c.zip |
CMake: Build static libs by default
Diffstat (limited to 'liblll/CMakeLists.txt')
-rw-r--r-- | liblll/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/liblll/CMakeLists.txt b/liblll/CMakeLists.txt index db90025a..4246e481 100644 --- a/liblll/CMakeLists.txt +++ b/liblll/CMakeLists.txt @@ -1,8 +1,6 @@ cmake_policy(SET CMP0015 NEW) set(CMAKE_AUTOMOC OFF) -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTATICLIB") - aux_source_directory(. SRC_LIST) set(EXECUTABLE lll) |