aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/EthDependencies.cmake
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2017-08-18 19:31:31 +0800
committerPaweł Bylica <chfast@gmail.com>2017-08-18 19:32:35 +0800
commitd1f4d110fb5c2ed09ef0111ecd3789f52be1200c (patch)
treea583a23950da8c300cdf3b012019cf96c1e20120 /cmake/EthDependencies.cmake
parent2a1b6b2e92edc1665eb1644f2ccf06c44e68448a (diff)
downloaddexon-solidity-d1f4d110fb5c2ed09ef0111ecd3789f52be1200c.tar.gz
dexon-solidity-d1f4d110fb5c2ed09ef0111ecd3789f52be1200c.tar.zst
dexon-solidity-d1f4d110fb5c2ed09ef0111ecd3789f52be1200c.zip
CMake: Build static libs by default
Diffstat (limited to 'cmake/EthDependencies.cmake')
-rw-r--r--cmake/EthDependencies.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/EthDependencies.cmake b/cmake/EthDependencies.cmake
index a5e9b0c5..7d2a7675 100644
--- a/cmake/EthDependencies.cmake
+++ b/cmake/EthDependencies.cmake
@@ -94,8 +94,6 @@ if (STATIC_LINKING)
else()
set(CMAKE_FIND_LIBRARY_SUFFIXES .a)
endif()
-
- set(ETH_STATIC ON)
endif()
find_package(Boost 1.54.0 QUIET REQUIRED COMPONENTS thread date_time system regex chrono filesystem unit_test_framework program_options random)