diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2020-06-30 20:14:53 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2020-06-30 20:14:53 +0200 |
commit | 724e1b1b93926c4722d2f57933d114a351eb9c48 (patch) | |
tree | 49dbdf1b463ebc38182614668aeb3cf06d10d61c /attic/modules/FindLibLZMA.cmake | |
parent | a62c92fde491c39429b006094b54d9d9422f9c85 (diff) | |
download | extra-cmake-modules-724e1b1b93926c4722d2f57933d114a351eb9c48.tar.gz extra-cmake-modules-724e1b1b93926c4722d2f57933d114a351eb9c48.tar.bz2 |
Use more https in links (and update outdated urls)
GIT_SILENT
Diffstat (limited to 'attic/modules/FindLibLZMA.cmake')
-rw-r--r-- | attic/modules/FindLibLZMA.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attic/modules/FindLibLZMA.cmake b/attic/modules/FindLibLZMA.cmake index 1a341b28..b0553d86 100644 --- a/attic/modules/FindLibLZMA.cmake +++ b/attic/modules/FindLibLZMA.cmake @@ -25,7 +25,7 @@ SET(LIBLZMA_INCLUDE_DIRS ${LIBLZMA_INCLUDE_DIR}) # We're using new code known now as XZ, even library still been called LZMA -# it can be found in http://tukaani.org/xz/ +# it can be found in https://tukaani.org/xz/ # Avoid using old codebase IF (LIBLZMA_LIBRARIES) INCLUDE(CheckLibraryExists) |