File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -204,10 +204,18 @@ foreach(seg_size ${TEST_SEG_SIZES})
204
204
endforeach ()
205
205
206
206
# Plastimatch
207
+ find_package (ITK REQUIRED
208
+ COMPONENTS
209
+ ITKDCMTK
210
+ ITKImageIntensity
211
+ ITKDistanceMap
212
+ ITKRegistrationCommon
213
+ WebAssemblyInterface
214
+ )
207
215
# set(PLM_GIT_REPOSITORY "https://github.com/InsightSoftwareConsortium/plastimatch")
208
216
# set(PLM_GIT_TAG "5036f97b213d37a0a07dd232c827fb5f35049ae4")
209
217
# set(PLM_GIT_REPOSITORY "/home/matt/src/plastimatch")
210
- set (PLM_GIT_REPOSITORY "git@ github.com: thewtex/plastimatch" )
218
+ set (PLM_GIT_REPOSITORY "https:// github.com/ thewtex/plastimatch" )
211
219
set (PLM_GIT_TAG "origin/itk-wasm" )
212
220
set (PLM_CONFIG_ENABLE_DCMTK ON )
213
221
set (PLM_CONFIG_ENABLE_OPENMP OFF )
@@ -223,6 +231,7 @@ set(PLM_CONFIG_ENABLE_REGISTER OFF)
223
231
set (PLM_CONFIG_ENABLE_SEGMENT OFF )
224
232
set (PLM_CONFIG_ENABLE_STANDALONE OFF )
225
233
set (PLM_CONFIG_ENABLE_TEST OFF )
234
+ set (PLM_SYSTEM_ITK ON )
226
235
set (PLM_BUILD_TESTING OFF )
227
236
set (DCMTK_DIR ${ITK_DIR} /Modules/ThirdParty/DCMTK/ITKDCMTK_ExtProject-build )
228
237
FetchContent_Declare (
You can’t perform that action at this time.
0 commit comments