diff options
author | Gav Wood <i@gavwood.com> | 2015-04-06 08:30:50 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-04-06 08:30:50 +0800 |
commit | ac32ee3ec7f960f80442b00e55455661fa94572d (patch) | |
tree | 4a224b5118178d965a2997c9aaac087466673881 /CMakeLists.txt | |
parent | a2507495052d39ef4ddfc6fc256b29e063a81eb6 (diff) | |
download | dexon-solidity-ac32ee3ec7f960f80442b00e55455661fa94572d.tar.gz dexon-solidity-ac32ee3ec7f960f80442b00e55455661fa94572d.tar.zst dexon-solidity-ac32ee3ec7f960f80442b00e55455661fa94572d.zip |
Nicer build options.
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 5bd44091..90af5122 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ if (SOLIDITY) target_link_libraries(testeth solidity) endif () target_link_libraries(testeth testutils) -if (NOT HEADLESS AND NOT JUSTTESTS) +if (GUI AND NOT JUSTTESTS) target_link_libraries(testeth webthree) target_link_libraries(testeth natspec) endif() |