Skip to content

Commit 7c5c6ee

Browse files
committed
COMP: fix typo in dicomweb-client superbuild
From: Steve Pieper <pieper@isomics.com> git-svn-id: http://svn.slicer.org/Slicer4/trunk@27958 3bd1e089-480b-0410-8dfb-8563597acbee
1 parent 3b5e116 commit 7c5c6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SuperBuild/External_python-dicomweb-client.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(proj python-dicomweb-client)
22

33
# Set dependency list
4-
set(${proj}_DEPENDENCIES python python-setuptools python-requests pydicom)
4+
set(${proj}_DEPENDENCIES python python-setuptools python-requests python-pydicom)
55

66
if(NOT DEFINED Slicer_USE_SYSTEM_${proj})
77
set(Slicer_USE_SYSTEM_${proj} ${Slicer_USE_SYSTEM_python})

0 commit comments

Comments
 (0)