Skip to content

Commit

Permalink
STYLE: CMakeLists: Update extension metadata to match extensions inde…
Browse files Browse the repository at this point in the history
…x one

This commit updates the metadata to match the one there were manually
maintained in the ExtensionsIndex.
See https://github.com/Slicer/ExtensionsIndex/blob/master/PortPlacement.s4ext
  • Loading branch information
jcfr committed Aug 28, 2017
1 parent 1a0fc89 commit 143f414
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ project(PortPlacement)

#-----------------------------------------------------------------------------
set(EXTENSION_HOMEPAGE "http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PortPlacement")
set(EXTENSION_CATEGORY "Port Placement")
set(EXTENSION_CONTRIBUTORS "Luis G. Torres (UNC)")
set(EXTENSION_CATEGORY "IGT")
set(EXTENSION_CONTRIBUTORS "Andinet Enquobahrie (Kitware), Luis G. Torres (UNC)")
set(EXTENSION_DESCRIPTION "Assists in the planning of surgical port placement in a laparoscopic procedure.")
set(EXTENSION_ICONURL "http://viewvc.slicer.org/viewvc.cgi/Slicer4/trunk/Extensions/Testing/PortPlacement/PortPlacement.png?revision=21747&view=co")
set(EXTENSION_SCREENSHOTURLS "http://wiki.slicer.org/slicerWiki/images/e/e2/Slicer-r19441-PortPlacement-screenshot.png")
set(EXTENSION_ICONURL "http://www.slicer.org/slicerWiki/images/a/a7/Portplacement_icon.png")
set(EXTENSION_SCREENSHOTURLS "http://www.slicer.org/slicerWiki/images/3/32/Portplacement.png")
set(EXTENSION_DEPENDS "Eigen3")
set(EXTENSION_BUILD_SUBDIRECTORY inner-build)
set(EXTENSION_STATUS "This extension is intended for public use and we expect to fully maintain it.")

set(SUPERBUILD_TOPLEVEL_PROJECT inner)

Expand Down

0 comments on commit 143f414

Please sign in to comment.