mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove build cruft.
This commit is contained in:
parent
da99f2c515
commit
b9b7fa2078
@ -31,10 +31,6 @@ else ()
|
||||
target_link_libraries(testeth ${CMAKE_THREAD_LIBS_INIT})
|
||||
endif ()
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
include_directories(/usr/local/include)
|
||||
endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
|
||||
target_link_libraries(testeth ethereum)
|
||||
target_link_libraries(testeth secp256k1)
|
||||
target_link_libraries(testeth miniupnpc)
|
||||
|
Loading…
Reference in New Issue
Block a user