diff options
Diffstat (limited to 'CMake/README.md')
-rw-r--r-- | CMake/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/README.md b/CMake/README.md index 66c3769296eb..02359d36a6ed 100644 --- a/CMake/README.md +++ b/CMake/README.md @@ -3,7 +3,7 @@ Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt)) that can be used on a wide range of platforms ("C" stands for cross-platform.). If you don't have CMake installed already, you can download it for free from -<http://www.cmake.org/>. +<https://www.cmake.org/>. CMake works by generating native makefiles or build projects that can be used in the compiler environment of your choice. |