Skip to content

Commit

Permalink
force building deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Jul 8, 2024
1 parent 54757b5 commit 353b40b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp-lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.26.3)
cmake_minimum_required(VERSION 3.28.1)

include(FetchContent)

Expand Down Expand Up @@ -56,6 +56,7 @@ include_directories(${etcd-cpp-apiv3_INCLUDE_DIRS})

# Build dependencies as static libraries
set(BUILD_SHARED_LIBS OFF CACHE BOOL "")
set(BUILD_DEPS ON CACHE BOOL "")

set(gRPC_BUILD_CSHARP_EXT OFF CACHE BOOL "")
if(UNIX AND NOT APPLE)
Expand Down
Binary file modified pitaya-sharp/NPitaya/Runtime/Plugins/libpitaya_cpp.bundle
Binary file not shown.
Binary file modified pitaya-sharp/NPitaya/Runtime/Plugins/libpitaya_cpp.dylib
Binary file not shown.
Binary file modified pitaya-sharp/NPitaya/Runtime/Plugins/libpitaya_cpp.so
Binary file not shown.

0 comments on commit 353b40b

Please sign in to comment.