File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
FetchContent_Declare(
9
9
parallel-hashmap
10
10
GIT_REPOSITORY https://github.com/greg7mdp/parallel-hashmap.git
11
- GIT_TAG 1 .3.8 # adjust tag/branch/commit as needed
11
+ GIT_TAG v1 .3.8 # adjust tag/branch/commit as needed
12
12
)
13
13
FetchContent_MakeAvailable(parallel-hashmap)
14
14
Original file line number Diff line number Diff line change 1
1
- update version in phmap_config.h
2
2
- update version in comment on top of CMakeLists.txt
3
- - create the new release on github (tag ` 1 .3.8` - use semantic versioning)
4
- - download the tar.gz from github, and use ` sha256sum parallel-hashmap-1 .3.8.tar.gz ` on linux to get the sha256
3
+ - create the new release on github (tag ` v1 .3.8` - use semantic versioning)
4
+ - download the tar.gz from github, and use ` sha256sum parallel-hashmap-v1 .3.8.tar.gz ` on linux to get the sha256
5
5
6
6
## conan
7
7
You can’t perform that action at this time.
0 commit comments