fixed styling issues

This commit is contained in:
Marek Kotewicz 2014-12-11 15:06:11 +01:00
parent 6a666eed2f
commit bf8a6ed878

View File

@ -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()