This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch cpp-5.0.0
in repository https://gitbox.apache.org/repos/asf/datasketches-python.git

commit cd0b56cb065ec35e353269ba50c79d57b9eb1d2d
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Tue Nov 14 13:01:17 2023 -0800

    use the latest datasketches-cpp 5.0.0
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f3a9c0..2b8b87a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -115,7 +115,7 @@ cmake_policy(SET CMP0097 NEW)
 include(ExternalProject)
 ExternalProject_Add(datasketches
   GIT_REPOSITORY https://github.com/apache/datasketches-cpp.git
-  GIT_TAG origin/master
+  GIT_TAG 5.0.0
   GIT_SHALLOW true
   GIT_SUBMODULES ""
   INSTALL_DIR /tmp/datasketches


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to