| commit | b06dd3b51107c6339fbfbfbb4208a57c323cae6e | [log] [tgz] |
|---|---|---|
| author | Alexander Saydakov <13126686+AlexanderSaydakov@users.noreply.github.com> | Tue Nov 14 13:11:44 2023 -0800 |
| committer | GitHub <noreply@github.com> | Tue Nov 14 13:11:44 2023 -0800 |
| tree | 584e2c07079ba74ab0b93739a4f6bb936e265719 | |
| parent | 86bd6e2f19ae5a243b3c37bfbd3a409138aa6586 [diff] | |
| parent | cd0b56cb065ec35e353269ba50c79d57b9eb1d2d [diff] |
Merge pull request #14 from apache/cpp-5.0.0 use the latest datasketches-cpp 5.0.0
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f3a9c0..2b8b87a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -115,7 +115,7 @@ 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