Skip to content

Commit 6c069e4

Browse files
authoredJan 25, 2018
Put boost.fiber before boost.context in linked libs list
1 parent 0b3df0c commit 6c069e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libethereum/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ file(GLOB sources "*.cpp" "*.h")
33
add_library(ethereum ${sources})
44

55
target_include_directories(ethereum PRIVATE "${UTILS_INCLUDE_DIR}")
6-
target_link_libraries(ethereum PUBLIC evm ethcore p2p devcrypto devcore PRIVATE jsoncpp_lib_static Snappy::snappy Boost::context Boost::fiber)
6+
target_link_libraries(ethereum PUBLIC evm ethcore p2p devcrypto devcore PRIVATE jsoncpp_lib_static Snappy::snappy Boost::fiber Boost::context)

0 commit comments

Comments
 (0)
Please sign in to comment.