Skip to content

Commit

Permalink
chore: Added more dependencies to AsyncIOManager
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed May 20, 2024
1 parent e0ed519 commit 3de252b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
submodules: "recursive"

- name: Set clang as the default compiler
run: >
run: |
update-alternatives --set cc $(which clang)
update-alternatives --set c++ $(which clang++)
Expand All @@ -32,5 +32,5 @@ jobs:
options: "CMAKE_BUILD_TYPE=Release"

- name: Build project
run: cmake --build build/Linux/Release --config Release
run: cmake --build build/Linux/Release --config Release --parallel

2 changes: 1 addition & 1 deletion build/CommonTargets.CMake
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ ExternalProject_Add(
-DCMAKE_OSX_ARCHITECTURES:STRING=x86_64
${_BOOST_CACHE_ARGS}
${_OPENSSL_CACHE_ARGS}
DEPENDS libssh2 openssl ipfs-lite-cpp ipfs-bitswap-cpp grpc ${_PROTOBUF_TARGET} Boost
DEPENDS GTest fmt spdlog rocksdb soralog yaml-cpp libp2p libssh2 openssl ipfs-lite-cpp ipfs-bitswap-cpp grpc ${_PROTOBUF_TARGET} Boost
)
set(_FINDPACKAGE_ASIOMGR_CONFIG_DIR "${CMAKE_CURRENT_BINARY_DIR}/AsyncIOManager/lib/cmake/AsyncIOManager")
set(_FINDPACKAGE_ASIOMGR_LIBRARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/AsyncIOManager/lib")
Expand Down

0 comments on commit 3de252b

Please sign in to comment.