We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3df0c commit 6c069e4Copy full SHA for 6c069e4
libethereum/CMakeLists.txt
@@ -3,4 +3,4 @@ file(GLOB sources "*.cpp" "*.h")
3
add_library(ethereum ${sources})
4
5
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)
+target_link_libraries(ethereum PUBLIC evm ethcore p2p devcrypto devcore PRIVATE jsoncpp_lib_static Snappy::snappy Boost::fiber Boost::context)
0 commit comments