From cd0b4580c6dea9a5a606b78055775cb77b5cf641 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 19 Mar 2020 00:54:30 -0400 Subject: [PATCH] ENH: Add BoneTextureExtension and EasyClip as dependency Corresponding extensions are now available on Linux, macOS and Windows See #1 --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 025bb3f..5e9fb64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,9 +11,9 @@ set(EXTENSION_DESCRIPTION "Dental image analysis to support patient-specific dec set(EXTENSION_ICONURL "https://raw.githubusercontent.com/DCBIA-OrthoLab/SlicerCMF/master/SlicerCMF.png") set(EXTENSION_SCREENSHOTURLS "http://www.example.com/Slicer/Extensions/SlicerCMF/Screenshots/1.png") set(EXTENSION_DEPENDS - # BoneTextureExtension - # EasyClip + BoneTextureExtension CMFreg + EasyClip MeshToLabelMap MeshStatisticsExtension ModelToModelDistance @@ -22,7 +22,7 @@ set(EXTENSION_DEPENDS # ShapePopulationViewer # ShapeVariationAnalyzer # SPHARM-PDM - ) # Specified as a space separated string, a list or 'NA' if any + ) # Specified as a list or 'NA' if any # Not available as extension: # DatabaseInteractorExtension