Skip to content

Commit 5bffb0b

Browse files
authored
Merge pull request #30 from apache/pin-cpp-5.0.2
Pin cpp 5.0.2 release
2 parents a83ebbc + 6cf5c53 commit 5bffb0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ cmake_policy(SET CMP0097 NEW)
116116
include(ExternalProject)
117117
ExternalProject_Add(datasketches
118118
GIT_REPOSITORY https://github.com/apache/datasketches-cpp.git
119-
GIT_TAG origin/5.0.x
119+
GIT_TAG 5.0.2
120120
GIT_SHALLOW true
121121
GIT_SUBMODULES ""
122122
INSTALL_DIR /tmp/datasketches

0 commit comments

Comments
 (0)