Skip to content

Commit

Permalink
Update CMakeLists.txt with correct extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
koegl authored Jan 26, 2022
1 parent be2ea7f commit bf81ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cmake_minimum_required(VERSION 3.13.4)

project(SlicerMRUSLandmarking)
project(MRUSLandmarking)

#-----------------------------------------------------------------------------
# Extension meta-information
set(EXTENSION_HOMEPAGE "https://github.com/koegl/SlicerMRUSLandmarking")
set(EXTENSION_CATEGORY "Informatics")
set(EXTENSION_CONTRIBUTORS "Fryderyk Kögl (TUM, BWH), Harneet Cheema (BWH, UOttawa), Tina Kapur (BWH)")
set(EXTENSION_DESCRIPTION "SlicerMRUSLandmarking is a Slicer extension that provides a user interface focused on landmarking MR and US images.")
set(EXTENSION_DESCRIPTION "MRUSLandmarking is a Slicer extension that provides a user interface focused on landmarking MR and US images.")
set(EXTENSION_ICONURL "https://github.com/koegl/SlicerMRUSLandmarking/raw/main/misc/icon.png")
set(EXTENSION_SCREENSHOTURLS "https://github.com/koegl/SlicerMRUSLandmarking/raw/main/misc/GUIpreview.png")
set(EXTENSION_DEPENDS "NA") # Specified as a list or "NA" if no dependencies
Expand Down

0 comments on commit bf81ab1

Please sign in to comment.