diff options
author | Brad King <brad.king@kitware.com> | 2024-10-04 13:12:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-10-04 13:12:05 (GMT) |
commit | 51c737515ba17e4924040b5f8d4e7b1bdf993cbf (patch) | |
tree | 551c364c6c51e68186132ffb780c981cf1b97487 | |
parent | f296e7c85b869eb4cbf5262cbdb46e27405e4dfd (diff) | |
download | CMake-51c737515ba17e4924040b5f8d4e7b1bdf993cbf.zip CMake-51c737515ba17e4924040b5f8d4e7b1bdf993cbf.tar.gz CMake-51c737515ba17e4924040b5f8d4e7b1bdf993cbf.tar.bz2 |
FindAVIFile: Restore http link after redirect was removed
Revert the URL change from commit f77e36aa37 (FindAVIFile: Replace http
link with its redirect, 2024-09-26), as the http redirect seems to have
been removed.
-rw-r--r-- | Modules/FindAVIFile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindAVIFile.cmake b/Modules/FindAVIFile.cmake index e4b0760..9763e1f 100644 --- a/Modules/FindAVIFile.cmake +++ b/Modules/FindAVIFile.cmake @@ -5,7 +5,7 @@ FindAVIFile ----------- -Locate `AVIFILE <https://sourceforge.net/projects/avifile/>`_ +Locate `AVIFILE <https://avifile.sourceforge.net/>`_ library and include paths. AVIFILE is a set of libraries for |