mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed Ubuntu12.04 compile error
This commit is contained in:
parent
7372188179
commit
2b0b259f7b
@ -21,6 +21,8 @@ if (${TARGET_PLATFORM} STREQUAL "w64")
|
|||||||
target_link_libraries(testeth boost_filesystem-mt-s)
|
target_link_libraries(testeth boost_filesystem-mt-s)
|
||||||
target_link_libraries(testeth boost_thread_win32-mt-s)
|
target_link_libraries(testeth boost_thread_win32-mt-s)
|
||||||
set(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS)
|
set(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS)
|
||||||
|
elseif (UNIX)
|
||||||
|
|
||||||
else ()
|
else ()
|
||||||
target_link_libraries(testeth ${CRYPTOPP_LIBRARIES})
|
target_link_libraries(testeth ${CRYPTOPP_LIBRARIES})
|
||||||
target_link_libraries(testeth boost_system)
|
target_link_libraries(testeth boost_system)
|
||||||
|
Loading…
Reference in New Issue
Block a user