Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix extension packaging renaming catalog entry file to match extensio…
…n name This commit is expected to fix errors like the following: ``` CMake Error at /work/Preview/Slicer-0/Extensions/CMake/SlicerFunctionExtractExtensionDescription.cmake:135 (message): error: EXTENSION_FILE CMake variable points to a inexistent file or directory: /.../SlicerAutoscroll-build/./Autoscroll.json Call Stack (most recent call first): /work/Preview/Slicer-0/Extensions/CMake/SlicerExtensionPackageAndUploadTarget.cmake:206 (slicerFunctionExtractExtensionDescriptionFromJson) ``` It renames the following files: * SlicerAutoscroll -> Autoscroll * SlicerCBCTToothSegmentation -> CBCTToothSegmentation * SlicerDensityLungSegmentation -> DensityLungSegmentation * MUST-segmenter -> PET-MUST-segmenter * SlicerRegularizedFastMarching -> RegularizedFastMarching * slicerPRISMRendering -> SlicerPRISMRendering * SlicerTissueSegmentation -> TissueSegmentation
- Loading branch information