diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-12-11 22:06:11 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-12-11 22:06:11 +0800 |
commit | bf8a6ed8788fdf1fd72c701e5b055432210ba88d (patch) | |
tree | 11c7e4a0bafed35566a474b6b71c8f6a928eeccf /CMakeLists.txt | |
parent | 6a666eed2f6d4e81c7c7411eda1f54e76576e236 (diff) | |
download | dexon-solidity-bf8a6ed8788fdf1fd72c701e5b055432210ba88d.tar.gz dexon-solidity-bf8a6ed8788fdf1fd72c701e5b055432210ba88d.tar.zst dexon-solidity-bf8a6ed8788fdf1fd72c701e5b055432210ba88d.zip |
fixed styling issues
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 3beb3664..44033496 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ target_link_libraries(testeth webthree) target_link_libraries(testeth ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE}) target_link_libraries(testeth ${CURL_LIBRARY}) -if (JSON_RPC_CPP_FOUND) +if (JSONRPC) target_link_libraries(testeth web3jsonrpc) target_link_libraries(testeth ${JSON_RPC_CPP_CLIENT_LIBRARY}) endif() |