Skip to content

Commit

Permalink
Update versions of NCodec and CLib.
Browse files Browse the repository at this point in the history
  • Loading branch information
timrulebosch committed Feb 5, 2024
1 parent 3c35527 commit 60b09c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions extra/external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ add_dependencies(oss
yaml-download
)
oss_copy(${dse_clib_SOURCE_DIR} dse.clib)


oss_copy($ENV{EXTERNAL_BUILD_DIR}/dlfcnwin32 dlfcnwin32)
oss_copy($ENV{EXTERNAL_BUILD_DIR}/dse_ncodec dse_ncodec)
oss_copy($ENV{EXTERNAL_BUILD_DIR}/event event)
Expand Down
2 changes: 1 addition & 1 deletion extra/external/oss_repos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# OSS Projects can be listed here, even if they are not used by the
# External Projects, to maintain an accurate inventory of OSS Projects.

set(ExternalProject__DSE_NCODEC__URL https://github.com/boschglobal/dse.standards/archive/refs/tags/v1.0.3.tar.gz)
set(ExternalProject__DSE_NCODEC__URL https://github.com/boschglobal/dse.standards/archive/refs/tags/v1.0.5.tar.gz)
set(ExternalProject__EVENT__URL https://github.com/libevent/libevent/archive/refs/tags/release-2.1.12-stable.tar.gz)
set(ExternalProject__YAML__URL https://github.com/yaml/libyaml/archive/0.2.5.tar.gz)
set(ExternalProject__MSGPACK__URL https://github.com/msgpack/msgpack-c/archive/refs/tags/cpp-3.3.0.tar.gz)
Expand Down

0 comments on commit 60b09c0

Please sign in to comment.