diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-18 20:32:26 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-18 20:32:26 +0800 |
commit | 02f60e1a537fa69f1326744441dc7a3aee3e5980 (patch) | |
tree | 3ef451ee8b5e8741ca4c7c81a0d666c39b11a813 /CMakeLists.txt | |
parent | 21457052fd6121dcb7ac7f79582fc2f2fb34f0d5 (diff) | |
download | dexon-solidity-02f60e1a537fa69f1326744441dc7a3aee3e5980.tar.gz dexon-solidity-02f60e1a537fa69f1326744441dc7a3aee3e5980.tar.zst dexon-solidity-02f60e1a537fa69f1326744441dc7a3aee3e5980.zip |
Update CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f031d0ee..a764d8b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,6 @@ target_link_libraries(createRandomTest ethcore) target_link_libraries(createRandomTest boost_chrono) target_link_libraries(createRandomTest boost_unit_test_framework) - if ("${TARGET_PLATFORM}" STREQUAL "w64") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libgcc -static-libstdc++") target_link_libraries(testeth boost_system-mt-s) |