Add url shortcuts (#53)

* add github and gitlab shortcut, closes #52

* update version

* update examples and readme
This commit is contained in:
Lars Melchior
2019-05-20 13:33:01 +02:00
committed by GitHub
parent 002cf6b64c
commit a4f055c7aa
5 changed files with 17 additions and 7 deletions

View File

@@ -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"

View File

@@ -16,7 +16,7 @@ CPMAddPackage(
CPMAddPackage(
NAME Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GITHUB_REPOSITORY catchorg/Catch2
VERSION 2.5.0
)

View File

@@ -16,7 +16,7 @@ CPMAddPackage(
CPMAddPackage(
NAME doctest
GIT_REPOSITORY https://github.com/onqtam/doctest.git
GITHUB_REPOSITORY onqtam/doctest
VERSION 2.3.2
GIT_TAG 2.3.2
)