mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
renamed _DIR -> _DIRS && _LIBRARY -> _LIBRARIES according to cmake guidelines
This commit is contained in:
parent
4fbf9105c3
commit
3fefc4df0b
@ -18,7 +18,7 @@ target_link_libraries(testeth secp256k1)
|
||||
target_link_libraries(testeth solidity)
|
||||
target_link_libraries(testeth webthree)
|
||||
target_link_libraries(testeth ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE})
|
||||
target_link_libraries(testeth ${CURL_LIBRARY})
|
||||
target_link_libraries(testeth ${CURL_LIBRARIES})
|
||||
|
||||
if (JSONRPC)
|
||||
target_link_libraries(testeth web3jsonrpc)
|
||||
|
Loading…
Reference in New Issue
Block a user