From 1ca495d21fbc9209183c017860333efdbb47188b Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 2 Jul 2020 11:59:24 -0700 Subject: Update CMake links. Use secure links to the default domain and current documentation. Signed-off-by: Mark Harris --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e7e5010..1d18df5b 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 . -- cgit v1.2.1