Skip to content

Commit cab9866

Browse files
committed
Update C++ core to 1.0.5
Change-Id: Ic924d07237eed064e6683288b24aff8b0e922054 Reviewed-on: https://review.couchbase.org/c/couchbase-python-client/+/222461 Reviewed-by: Michael Reiche <michael.reiche@couchbase.com> Tested-by: Build Bot <build@couchbase.com>
1 parent fe74201 commit cab9866

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ if(WIN32)
254254
asio
255255
Microsoft.GSL::GSL
256256
taocpp::json
257-
fmt::fmt
258257
spdlog::spdlog)
259258
else()
260259
target_link_libraries(
@@ -263,7 +262,6 @@ else()
263262
asio
264263
Microsoft.GSL::GSL
265264
taocpp::json
266-
fmt::fmt
267265
spdlog::spdlog)
268266
if(APPLE)
269267
target_link_options(

MANIFEST.in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ recursive-include deps/couchbase-cxx-cache/boringssl/*/boringssl *.asm
2424
recursive-include deps/couchbase-cxx-cache/boringssl/*/boringssl CMakeLists.txt
2525
exclude deps/couchbase-cxx-cache/boringssl/*/boringssl/crypto_test_data.cc
2626
include deps/couchbase-cxx-cache/boringssl/*/boringssl/LICENSE
27-
include deps/couchbase-cxx-cache/fmt/*/fmt/CMakeLists.txt
28-
include deps/couchbase-cxx-cache/fmt/*/fmt/ChangeLog.md
29-
include deps/couchbase-cxx-cache/fmt/*/fmt/LICENSE
30-
include deps/couchbase-cxx-cache/fmt/*/fmt/README.md
31-
graft deps/couchbase-cxx-cache/fmt/*/fmt/include
32-
graft deps/couchbase-cxx-cache/fmt/*/fmt/src
33-
graft deps/couchbase-cxx-cache/fmt/*/fmt/support/cmake
3427
include deps/couchbase-cxx-cache/gsl/*/gsl/CMakeLists.txt
3528
include deps/couchbase-cxx-cache/gsl/*/gsl/GSL.natvis
3629
include deps/couchbase-cxx-cache/gsl/*/gsl/LICENSE*

deps/couchbase-cxx-client

0 commit comments

Comments
 (0)