mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-17 22:58:14 -05:00
Add url shortcuts (#53)
* add github and gitlab shortcut, closes #52 * update version * update examples and readme
This commit is contained in:
@@ -12,7 +12,7 @@ CPMAddPackage(
|
||||
|
||||
CPMAddPackage(
|
||||
NAME benchmark
|
||||
GIT_REPOSITORY https://github.com/google/benchmark.git
|
||||
GITHUB_REPOSITORY google/benchmark
|
||||
VERSION 1.4.1
|
||||
OPTIONS
|
||||
"BENCHMARK_ENABLE_TESTING Off"
|
||||
|
||||
Reference in New Issue
Block a user