SlicerProstate / mpReview

3D Slicer extension for streamlined annotation of images
Other
11 stars 16 forks source link

ExtensionManager still asks for installing dependency WindowLevelEffect #142

Closed che85 closed 7 years ago

che85 commented 7 years ago

I removed the dependency from the code, but it doesn't have any effect. Maybe there is something cached in the ExtensionManager?

che85 commented 7 years ago

@fedorov Do you have any idea, why that happens?

fedorov commented 7 years ago

Interesting - I am actually not sure why it works at all, since it does not list dependencies in the makefile as should be done (see example here: https://github.com/SlicerProstate/SliceTracker/blob/master/CMakeLists.txt#L13). It does list WindowLevelEffect in ext4 (https://github.com/Slicer/ExtensionsIndex/blob/master/mpReview.s4ext#L15), but I thought that one has no meaning, and only cmakelists one is considered. How about you add the correct dependencies to cmakelists, and I will update s4ext?