Skip to content

Commit cd4964f

Browse files
jangmin-deepxjangmin-deepx
andauthored
fix(lib/CMakeLists.txt): change order of subdriectories build sequence (#38)
error raised Co-authored-by: jangmin-deepx <jangmin@deepx-local-gpu.deepx.wifi>
1 parent 604234c commit cd4964f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
add_subdirectory(Analysis)
21
add_subdirectory(Conversion)
32
add_subdirectory(Dialect)
3+
add_subdirectory(Analysis)
44
add_subdirectory(Transform)

0 commit comments

Comments
 (0)