Skip to content

Commit

Permalink
BUG: Correct dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
tavaughan committed Jun 8, 2018
1 parent 7ac7a9d commit f673510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PathReconstruction/qSlicerPathReconstructionModule.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ QStringList qSlicerPathReconstructionModule::contributors()const
QStringList qSlicerPathReconstructionModule::dependencies()const
{
QStringList dependencies;
dependencies << QString("SlicerIGT");
dependencies << QString("CollectPoints");
dependencies << QString("MarkupsToModel");
return dependencies;
}
Expand Down

0 comments on commit f673510

Please sign in to comment.