arsenm / sanitizers-cmake

CMake modules to help use sanitizers
Other
377 stars 65 forks source link

README.md: update sanitizers-cmake submodule repo link #34

Closed Junbo-Zheng closed 1 year ago

Junbo-Zheng commented 2 years ago

When I clone sanitizers-cmake repo into my project according to Include into your project , it seems fail until type ctrl + c, the result in my terminal as follows:

➜  /Users/junbozheng/san git:(master) time git submodule add git://github.com/arsenm/sanitizers-cmake.git externals/sanitizers-cmake
Cloning into '/Users/junbozheng/san/externals/sanitizers-cmake'...
^C
git submodule add git://github.com/arsenm/sanitizers-cmake.git   0.18s user 0.20s system 0% cpu 49.989 total

Then, I checked the sanitizers-cmake submodule repo link and update it, I try again, and it seems fine to me.

➜  /Users/junbozheng/san git:(master) time git submodule add git@github.com:arsenm/sanitizers-cmake.git externals/sanitizers-cmake
Cloning into '/Users/junbozheng/san/externals/sanitizers-cmake'...
remote: Enumerating objects: 214, done.
remote: Total 214 (delta 0), reused 0 (delta 0), pack-reused 214
Receiving objects: 100% (214/214), 47.66 KiB | 208.00 KiB/s, done.
Resolving deltas: 100% (137/137), done.
git submodule add git@github.com:arsenm/sanitizers-cmake.git   0.26s user 0.32s system 10% cpu 5.320 total
➜  /Users/junbozheng/san git:(master) ✗ ..

Signed-off-by: Junbo Zheng 3273070@qq.com