Skip to content

Commit 3bca12f

Browse files
authored
Merge pull request #365 from tbirdso/fix-doxygen-5-2-0
BUG: Use Doxygen 5.2.0 archives rather than nightly
2 parents e714dbe + 2b44a1c commit 3bca12f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMake/DownloadDoxygen.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
file( DOWNLOAD https://public.kitware.com/pub/itk/NightlyDoxygen/InsightDoxygenDocHtml.tar.gz
2-
${ITKDoxygen_TEMP_DIR}/itk-doxygen.tar.gz SHOW_PROGRESS
1+
file( DOWNLOAD https://data.kitware.com/api/v1/file/606753b52fa25629b9476eaa/download
2+
${ITKDoxygen_TEMP_DIR}/itk-doxygen.tar.gz SHOW_PROGRESS
33
)

CMake/DownloadDoxygenTAG.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
file( DOWNLOAD https://itk.org/files/NightlyDoxygen/InsightDoxygenDocTag.gz
1+
file( DOWNLOAD https://data.kitware.com/api/v1/file/60674d8a2fa25629b94769d4/download
22
${ITKDoxygenTAG_TEMP_DIR}/InsightDoxygen.tag.gz SHOW_PROGRESS
33
)
44

CMake/DownloadDoxygenXML.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
file( DOWNLOAD https://itk.org/files/NightlyDoxygen/InsightDoxygenDocXml.tar.gz
1+
file( DOWNLOAD https://data.kitware.com/api/v1/file/60674d892fa25629b94769ca/download
22
${ITKDoxygenXML_TEMP_DIR}/itk-doxygen-xml.tar.gz SHOW_PROGRESS
33
)

0 commit comments

Comments
 (0)