Skip to content

Commit

Permalink
#2053 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 2, 2025
1 parent e48d1be commit b26ed7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ if( "$ENV{CI}" AND NOT "$ENV{GITHUB_USER_PASSWORD}" STREQUAL "" )
else()
set( run_upload NO )
endif()
#option( HUNTER_RUN_UPLOAD "Upload binaries to the cache server" ${run_upload} )

set( CMAKE_CXX_STANDARD 17 )

Expand Down
2 changes: 1 addition & 1 deletion libskale/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ target_include_directories( skale PUBLIC
${CMAKE_SOURCE_DIR}/libconsensus/libzmq/include
${CMAKE_SOURCE_DIR}/libconsensus/jsoncpp/include
)
#target_link_libraries(skale PUBLIC evm ethcore p2p devcrypto devcore ethereum PRIVATE jsoncpp snappy Boost::fiber Boost::context)

target_link_libraries(skale PRIVATE ethereum web3jsonrpc historic skutils
"${DEPS_INSTALL_ROOT}/lib/libzmq.a"
"${DEPS_INSTALL_ROOT}/lib/libsodium.a"
Expand Down

0 comments on commit b26ed7a

Please sign in to comment.