diff options
author | chriseth <chris@ethereum.org> | 2017-07-06 17:05:05 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-08-23 20:24:04 +0800 |
commit | 1ece7bf4433a37feb449b7f3b4f820a1f5740eaf (patch) | |
tree | 6d43d1107e4bf602d24234be9b424f94f74e47a3 /cmake | |
parent | 3b07c4d38e40c52ee8a4d16e56e2afa1a0f27905 (diff) | |
download | dexon-solidity-1ece7bf4433a37feb449b7f3b4f820a1f5740eaf.tar dexon-solidity-1ece7bf4433a37feb449b7f3b4f820a1f5740eaf.tar.gz dexon-solidity-1ece7bf4433a37feb449b7f3b4f820a1f5740eaf.tar.bz2 dexon-solidity-1ece7bf4433a37feb449b7f3b4f820a1f5740eaf.tar.lz dexon-solidity-1ece7bf4433a37feb449b7f3b4f820a1f5740eaf.tar.xz dexon-solidity-1ece7bf4433a37feb449b7f3b4f820a1f5740eaf.tar.zst dexon-solidity-1ece7bf4433a37feb449b7f3b4f820a1f5740eaf.zip |
z3 conditions
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/UseSolidity.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/UseSolidity.cmake b/cmake/UseSolidity.cmake index 5080f71b..9e2dea3e 100644 --- a/cmake/UseSolidity.cmake +++ b/cmake/UseSolidity.cmake @@ -25,7 +25,7 @@ function(eth_apply TARGET REQUIRED SUBMODULE) if (${SUBMODULE} STREQUAL "solidity" OR ${SUBMODULE} STREQUAL "") eth_use(${TARGET} ${REQUIRED} Dev::soldevcore Solidity::solevmasm) - target_link_libraries(${TARGET} ${Solidity_SOLIDITY_LIBRARIES}) + target_link_libraries(${TARGET} ${Solidity_SOLIDITY_LIBRARIES} z3) endif() target_compile_definitions(${TARGET} PUBLIC ETH_SOLIDITY) |