We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14197e commit 4317d21Copy full SHA for 4317d21
packages/dicom/dcmtk/CMakeLists.txt
@@ -70,6 +70,11 @@ target_link_libraries(write-multi-segmentation PUBLIC ${ITK_LIBRARIES} dcmqi)
70
add_executable(write-overlapping-segmentation write-overlapping-segmentation.cxx)
71
target_link_libraries(write-overlapping-segmentation PUBLIC ${ITK_LIBRARIES} dcmqi)
72
73
+if (WASI)
74
+ # Currently crashing on exit?
75
+ return()
76
+endif()
77
+
78
set(TEMP_DIR ${CMAKE_BINARY_DIR}/Testing/Temporary)
79
set(BASELINE ${dcmqi_lib_SOURCE_DIR}/data/segmentations)
80
set(JSON_DIR ${dcmqi_lib_SOURCE_DIR}/doc/examples)
0 commit comments