Skip to content

Commit 0188e82

Browse files
committed
Format with gersemi for CMake style
1 parent 1f457f7 commit 0188e82

484 files changed

Lines changed: 9936 additions & 5901 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMake/DownloadDoxygen.cmake

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITKDoxygen/releases/download/latest/InsightDoxygenDocHtml-latest.tar.gz
2-
${ITKDoxygen_TEMP_DIR}/itk-doxygen.tar.gz SHOW_PROGRESS
3-
)
1+
file(
2+
DOWNLOAD
3+
https://github.com/InsightSoftwareConsortium/ITKDoxygen/releases/download/latest/InsightDoxygenDocHtml-latest.tar.gz
4+
${ITKDoxygen_TEMP_DIR}/itk-doxygen.tar.gz
5+
SHOW_PROGRESS
6+
)

CMake/DownloadDoxygenTAG.cmake

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITKDoxygen/releases/download/latest/InsightDoxygenDocTag-latest.gz
2-
${ITKDoxygenTAG_TEMP_DIR}/InsightDoxygen.tag.gz SHOW_PROGRESS
3-
)
1+
file(
2+
DOWNLOAD
3+
https://github.com/InsightSoftwareConsortium/ITKDoxygen/releases/download/latest/InsightDoxygenDocTag-latest.gz
4+
${ITKDoxygenTAG_TEMP_DIR}/InsightDoxygen.tag.gz
5+
SHOW_PROGRESS
6+
)

CMake/DownloadDoxygenXML.cmake

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITKDoxygen/releases/download/latest/InsightDoxygenDocXml-latest.tar.gz
2-
${ITKDoxygenXML_TEMP_DIR}/itk-doxygen-xml.tar.gz SHOW_PROGRESS
3-
)
1+
file(
2+
DOWNLOAD
3+
https://github.com/InsightSoftwareConsortium/ITKDoxygen/releases/download/latest/InsightDoxygenDocXml-latest.tar.gz
4+
${ITKDoxygenXML_TEMP_DIR}/itk-doxygen-xml.tar.gz
5+
SHOW_PROGRESS
6+
)

0 commit comments

Comments
 (0)