From f77e36aa3732d3c686005dffe957d2243de05ec8 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 26 Sep 2024 08:58:43 -0400 Subject: FindAVIFile: Replace http link with its redirect --- Modules/FindAVIFile.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Modules/FindAVIFile.cmake b/Modules/FindAVIFile.cmake index d63b707..e4b0760 100644 --- a/Modules/FindAVIFile.cmake +++ b/Modules/FindAVIFile.cmake @@ -5,9 +5,10 @@ FindAVIFile ----------- -Locate AVIFILE library and include paths +Locate `AVIFILE `_ +library and include paths. -AVIFILE (https://avifile.sourceforge.net/) is a set of libraries for +AVIFILE is a set of libraries for i386 machines to use various AVI codecs. Support is limited beyond Linux. Windows provides native AVI support, and so doesn't need this library. This module defines -- cgit v0.12 From 8a59fb1c90d074545c40c4de63f930cea2ffbc07 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 26 Sep 2024 08:58:56 -0400 Subject: FindDevIL: Replace http link with its redirect --- Modules/FindDevIL.cmake | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Modules/FindDevIL.cmake b/Modules/FindDevIL.cmake index 7f726ff..df8331f 100644 --- a/Modules/FindDevIL.cmake +++ b/Modules/FindDevIL.cmake @@ -5,10 +5,8 @@ FindDevIL --------- - - -This module locates the developer's image library. -https://openil.sourceforge.net/ +This module locates the Developer's Image Library, +`DevIL `_. IMPORTED Targets ^^^^^^^^^^^^^^^^ -- cgit v0.12