Skip to content

Commit 9c75e01

Browse files
committed
feat: improve mesh-io order
Order roughly by usage.
1 parent 1ef1077 commit 9c75e01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/mesh-io/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
1212
# This list should be ordered from approximately most commonly to least
1313
# commonly used modules.
1414
set(WebAssemblyInterface_MeshIOModules
15-
"ITKIOMeshBYU"
16-
"ITKIOMeshFreeSurfer"
15+
"ITKIOMeshVTK"
16+
"IOMeshSTL"
1717
"ITKIOMeshOBJ"
1818
"ITKIOMeshOFF"
19-
"IOMeshSTL"
2019
"IOMeshSWC"
21-
"ITKIOMeshVTK"
20+
"ITKIOMeshBYU"
21+
"ITKIOMeshFreeSurfer"
2222
CACHE STRING
2323
"String delimited list of ITK mesh IO modules to support.")
2424

0 commit comments

Comments
 (0)