diff options
author | Gav Wood <i@gavwood.com> | 2015-03-02 05:54:05 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-03-06 19:45:23 +0800 |
commit | 19324009e1129b7411910865258794b0518eddf8 (patch) | |
tree | 57f15bbb7637ca8c38cd01168013cfbbccbe92a8 /CMakeLists.txt | |
parent | 23f10dae8a8e95cd5302b60ceb70b43cb9e60063 (diff) | |
download | dexon-solidity-19324009e1129b7411910865258794b0518eddf8.tar.gz dexon-solidity-19324009e1129b7411910865258794b0518eddf8.tar.zst dexon-solidity-19324009e1129b7411910865258794b0518eddf8.zip |
State integration test.
Fixes to the FatTrie.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ddfdb40..292f62a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ target_link_libraries(testeth ethereum) target_link_libraries(testeth ethcore) target_link_libraries(testeth secp256k1) target_link_libraries(testeth solidity) -if (NOT HEADLESS) +if (NOT HEADLESS AND NOT JUSTTESTS) target_link_libraries(testeth webthree) target_link_libraries(testeth natspec) endif() |