From: Ralph Giles Date: Thu, 2 Jul 2020 18:59:24 +0000 (-0700) Subject: Update CMake links. X-Git-Tag: v1.3.7~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=1ca495d21fbc9209183c017860333efdbb47188b;p=platform%2Fupstream%2Flibvorbis.git Update CMake links. Use secure links to the default domain and current documentation. Signed-off-by: Mark Harris --- diff --git a/README.md b/README.md index 5e7e501..1d18df5 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ after normal configuring: ## Building with CMake ## -Ogg supports building using [CMake](http://www.cmake.org/). CMake is a meta build system that generates native projects for each platform. -To generate projects just run cmake replacing `YOUR-PROJECT-GENERATOR` with a proper generator from a list [here](http://www.cmake.org/cmake/help/v3.2/manual/cmake-generators.7.html): +Ogg supports building using [CMake](https://cmake.org/). CMake is a meta build system that generates native projects for each platform. +To generate projects just run cmake replacing `YOUR-PROJECT-GENERATOR` with a proper generator from a list [here](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html): cmake -G YOUR-PROJECT-GENERATOR .